Other Parts Discussed in Thread: OMAPL138
Tool/software: TI-RTOS
Hi ,sir
We are developing an bootloader project now,it is imported by the latest starterware,the project path is build\armv7a\cgt_ccs\am335x\evmAM335x\bootloader,
I build it by Debug_MMCSD,and all the related libs are also builded by debug mode.
I debug step by step,when the code debuged to MMCSDCardInit,it tips:
Break at address "0x20010" with no debug information available, or outside of program code.
MMCSDCardInit function is related to mmcsdlib,the source code is on the patch: mmcsdlib\mmcsd_proto.c .
I tested this for started by SD,before this problem,the SBL is start up,and we can see the start log on putty,
after SBL,it will copy app to RAM,so it will mount sd first,when it go to MMCSDCardInit() function,it seems crashed.
then I step into it ,it shows:
Could you please help to resolve this issue?