Part Number: TDA2E
Tool/software: Code Composer Studio
Hi all,
I am trying to debug the SPL on TDA2Ex with vision_sdk 2.12 Linux,but it cannot step by step and the c source file cannot be seen on CCS tool.
HW: TDA2Ex with empty emmc(no sd card insert)
SW:vision_sdk_212_linux
My step is below:
1- power on board
2- run ccs tool and connected A15_0(init scripts is removed)
3- press “Reset->CPU Reset(SW)”
4- press “Tools->Load Memory” to load the “u-boot-spl.bin” into address 0x40300000
5- press “Run->Load->Load Symbols” to load the “u-boot-spl” symbol file
6- change the “PC” to 0x40300000
7- set break point to “0x40301266(setup_dplls)” and press run
it can stop at “0x40301266” but “cannot find a source file at “arch/arm/cpu/armv7/omap-common/clocks-common.c” if I press “Assembly Step over” it stop at function “find_mmc_device”
Could you please help to check is there anything wrong?
Regards Joe