#122075 - FRuMMaGe - Fri Mar 16, 2007 9:54 pm
Is there a function that I could use to reset my homebrew program?
Code: |
asm("swi 0x00");
asm("bx lr"); |
Lick wrote: | ||
On both processors:
|
Lick wrote: | ||
On both processors:
|
Quote: |
When static storage is to be written in during program execution, use explicit C code to initialize it. Reserve C initialized declarations for data that will not be changed. |