https://github.com/zoosmand/SAMD21G18A_delay
In this example a delay don't make an empty job, but passing handle into a main cycle
https://github.com/zoosmand/SAMD21G18A_delay
arm armasm asm assembler assembly blink cortex-m0plus delay samd21 systick watchdog
Last synced: 7 months ago
JSON representation
In this example a delay don't make an empty job, but passing handle into a main cycle
- Host: GitHub
- URL: https://github.com/zoosmand/SAMD21G18A_delay
- Owner: zoosmand
- License: gpl-3.0
- Created: 2018-06-01T18:44:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T12:22:02.000Z (over 7 years ago)
- Last Synced: 2024-11-05T09:43:53.922Z (12 months ago)
- Topics: arm, armasm, asm, assembler, assembly, blink, cortex-m0plus, delay, samd21, systick, watchdog
- Language: Assembly
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SAMD21G18A_delay
In this example a delay don't make an empty job, but passing handle into a main cycle. You can watch it in oscilloscope data jpg file. Yellow line is LED_BLINK result, but green one is TEST_PIN_BLINK result. The TEST_PIN_BLINK makes 4 cycles (8 blinks), and on the start of third cycle pulling up a flag to mark the LED_BLINK to run.ARM compiler is needed.