Other Parts Discussed in Thread: AM1808
I have some problems booting the AM1808 from NOR flash. I want to excute our code directly NOR flash.
The code is written to flash at address 0x60000004 (no ais image) and NOR boot configuration word is 0x00000011 at 0x60000000.
Initialized sections are allocated in flash and uninitialized sections are allocated in ram.
Linker command file allocate initalized sections in FLASH and uninitialized sections in RAM.
And then I compiled and converted .out file to .bin file using hex470.exe.
Application run in debugger mode, but it don't run in standalone mode.
Please let me know how to allocate sections. I want documents related NOR direct boot.
AM18x bootloader (SPRABA5A) is not enough about how to use NOR direct boot.
Is Running the application from flash possible?