Tool/software: Code Composer Studio
I have designed my AM437x board, and have run some pdk example successed with ccs7.0, such as GPIO、 uart.
Now ,I want to boot my app from sd card, and i I want debug the SBL in C:\ti\pdk_am437x_1_0_6\packages\ti\starterware\bootloader\src,because i need to modify some sourse file.
When i load the file bootloader_boot_mmcsd_a9host_debug.out in C:\ti\pdk_am437x_1_0_6\packages\ti\starterware\binary\bootloader\bin\am43xx-evm\gcc,the erro occurs in the address 0x402f0074.
But the 0x402F0074 is reserved space according the TRM,
I can load other .out file such as gpio_app_led_blink_a9host_debug.out in C:\ti\pdk_am437x_1_0_6\packages\ti\starterware\binary\gpio_app_led_blink\bin\am43xx-evm\gcc.
how shuld I debug my SBL and creat the corresponding MLO .
thanks a lot!


