Hi,
I am working with BF607 secondary stage loader..
I have a LED blink program , which is programmed at offset 0x100000 and SSL which is programmed at 0x0.SSL has the rom_boot functon :rom_Boot((void*)App1_startaddress,0,0,0,0x20210002,0).//App1_startaddress=0x100000
After flashing ssl is loaded but not able to jump to application.
*both ldr files are created in reference with application notes EE364
*both are dual core application, i added adi_core_1_enable() in both ssl and application program
* used -MaxBlockSize 0xFFF0 while creating ldr files.
can you help with 1. why my rom_boot fuction does not jump to application??
is there any other way to debug rom_boot function?