This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:exercisesbook:avr:sut:scenarios:avr1 [2026/05/03 17:55] – pczekalski | en:multiasm:exercisesbook:avr:sut:scenarios:avr1 [2026/05/03 19:19] (current) – pczekalski | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| In this scenario, you will implement a classical "Hello World" application. For microcontrollers, | In this scenario, you will implement a classical "Hello World" application. For microcontrollers, | ||
| - | ** Target group **\\ | ||
| - | This scenario is for beginners. | ||
| ** Prerequisites **\\ | ** Prerequisites **\\ | ||
| Line 86: | Line 84: | ||
| ** FAQ **\\ | ** FAQ **\\ | ||
| - | When using the printed version of this manual, please refer to the latest online version of this document to obtain the most up-to-date list of FAQs. | + | When using the printed version of this manual, please refer to the latest online version of this document to obtain the most up-to-date list of FAQs.\\ |
| **It does not flash**: Did you compile and upload to the device? Those are separate steps: it is not enough to just compile, but you also need to " | **It does not flash**: Did you compile and upload to the device? Those are separate steps: it is not enough to just compile, but you also need to " | ||
| + | |||
| + | **I need a longer delay**: To obtain a delay function with a period of about 2.5s, you need to introduce a fourth loop (an outer loop) in the delay; 3 will not provide you enough ticks. Eventually, you can switch to 16-bit counters. | ||
| // | // | ||