Hello,
I'm looking at the empty example (Blinking led).
can main.c file be the boot?
if not, is there other boot that loads? can I see the code?
is there a code running before the main(void) function?
BR,
Vitaly
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm looking at the empty example (Blinking led).
can main.c file be the boot?
if not, is there other boot that loads? can I see the code?
is there a code running before the main(void) function?
BR,
Vitaly
How both with and without RTOS the defines in icf (linker) file are:
define symbol __intvec_start__ = 0x00000000;
/*-Memory Regions-*/
define symbol ROM_start__ = 0x00000000;
Even the BIM example goes to 0x0 address.
Where the location of a boot?