Part Number: OMAP-L138
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
My scenario:
I'm booting an AIS Image burned into NOR Flash.
The result is my 'Boot Loader' ARM application loaded and vectored to in Shared RAM (0x80000000)
My 'Boot Loader' then unzips an Image into DRAM at 0xC3000000. This Image is a SYSBIOS application that I linked as a 'ROM Initiialization' application, and converted to a bnary image using tiobj2bin.bat
My 'Boot Loader' then vectors to the staring point (_c_int00) of this image in DRAM.
What occurs is that sometimes it executes fine, and other times no so much. It seems to get hung up in __TI_auto_init possibly.
When it does run, everything is fine from that point on.
When it doesn't run, it is usually stuck attempting to execute code in a memory location that is not accessible.
When I load the SYSBIOS application via the emulator, it runs every time.
My 'Boot Loader' is a non-SYSBIOS application.
Any ideas?
Thanks in advance,
Keith