Tool/software:
Hi,
I wanted to know which output file we need to load to debug TI-TDA4 R5F core? currently the symbols are not loading. Tried with XDS debugger and also lauterbach.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
I wanted to know which output file we need to load to debug TI-TDA4 R5F core? currently the symbols are not loading. Tried with XDS debugger and also lauterbach.
Hi,
Is there a specific application that you are trying to debug? Can you provide more details on your usecase?
Regards,
Josiitaa
I have integrated one module in R5F mcu2_0, I want to test and debug that module. I am flashing j784s4-main-r5f0_0-fw and loading vx_app_rtos_qnx_mcu2_0.out file in debugger. I need to see where the control is, so to load the symbols I am using vx_app_rtos_qnx_mcu2_0.out generated file.
But using XDS debugger I see the error shown below(Mcu2_0 suspended)
Tried to use lauterbach,
Loaded the cmm script
core is running and giving the below shown file to load symbols
the problem is still there when I stop the debugger it is pointing at some address shown below
I need to check in the code where the control is, so I am loading the same vx_app_rtos_qnx_mcu2_0.out file, I get bus error when I load the file and cannot load the symbols still.
So my question is, is the .out file I am loading in debugger is correct for me to get symbols or I need to load any other file?
Hi,
You have to load vx_app_rtos_qnx_mcu2_0.out in ccs. After you connect to the core it will be in suspended state during that time you have to load symbols.
I think you are following correct steps on ccs, can you share any error logs or error screenshot on ccs ?
Regards,
Gokul
I am loading the vx_app_rtos_qnx_mcu3_0.out from vision_apps/out/J784S4/R5F/FREERTOS/release folder for symbols.
And to flash R5F core I am using j784s4-main-r5f1_0-fw, from psdkqa/qnxfs/fw folder.
Below is the image form CCS tool
Hi Vijayalaxmi,
is this issue only for mcu3_0 ?
can you able to load mcu2_0's symbols ?
Regards,
Gokul
Hi Vijayalaxmi,
Can you try loading debug firmware, You can enable debug build by changing PROFILE?=debug in $(psdkra)/sdk_builder/build_flags.mak
Regards,
Gokul
Hi,
It should not throw any error, have you modified anything from default sdk ?
can you try creating the setup again and check
Regards,
Gokul