Part Number: TDA4VM
Tool/software: Code Composer Studio
I found that I couldn’t add breakpoints in my source code and debug.
4)Connect CCS to A72 core and load symbols
5)Because I joined the while(1) loop in the source code, it will stop here,but the source code cannot be found.So I try to add breakpoints int the source code(it seems that it does not work), and change the PC to 0xFFFF800010DF3C6C, press F5, the kernel can be single-step debugged, but the source code still cannot be found.
6)Finally, I pressed F8 and the kernel started by itself.
Because my vmlinux was only 20M before CONFIG_DEBUG_INFO was added, it became more than 200M after adding it, so I think my vmlinux should contain debugging information, but I don’t see where there is a problem. Can you help me solve it?













