Part Number: AM4376
Tool/software: TI-RTOS
Hello,
I am trying to boot a custom board with a SD card but it is not working. Therefore I stepped the code. The execution is going well untill a loop in the function BOARDGetDeviceCtrlModInstNum(...) (board.c) ==>
The next step is going at the adress 0x00030010 and after a few more steps the execution gets stuck at 0x0003008c. I can't find why.
The file that I am debugging is : bootloader_boot_mmcsd_a9host_debug.bin (Which I renamed MLO for the sd card and loaded at the address 0x402f4000)
Does someone have an idea on how to solve this problem ?
I am using :
CCS 8.3
sdk rtos 5.03.00.07
regards, Gilles.