ccs_config_template
coreh = [serverh:0;cc_index:0;chain_pos:0]
config_reg = 4100
config_data = 1
ccs_config_template; ccs_error = 5
Error message: Core not responding
I'm debugging a M33 core within the S32S250 ctx in GTA server. When I set a breakpoint on the FlexCan_Ip_Send function in nxp drivers, it responds with this and the core hard faults. From what I'm able to decipher, it seems when I do "continue" , the MPU is turned off, the instruction is restored, and then it performs these config_template writes. If I do a breakpoint on any other function it works.
My main question here is where can I find what config_reg = 4100 actually corresponds to and more generally, where can I find the ccs_config_template mappings. I'm working on the smu core on the S32Z280.
Thanks,
Oliver
Hello @oliver777777,
Thanks for reaching out to us. Please share the following details to offer you better support:
Thanks in advance
Hello @oliver777777,
I was not able to find any relevant document describing the logs you shared. I was only able to find some references in the xml files in C:\NXP\S32DS.3.6.2\S32DS\tools\S32Debugger\Debugger\Server\Config\SoCs\gta\registers (the actual path may vary depending on your installation), some other documentation that you might find relevant is S32ZE_Debugger_User_Guide.pdf and S32ZE_Development_Package_User_Guide.pdf, in C:\NXP\S32DS.3.6.2\S32DS\help\pdf.
I will contact the internal team regarding this topic, they might be able to help us. Please share with me where exactly in FlexCan_Ip_Send are you placing the breakpoints? This might help the internal team to find the root cause of the problem.
Also, if possible, please test the same breakpoints in the FlexCAN_Ip_Example_S32Z2XX_SMU sample program, this is to detect if the problem is only present in your setup or if it appears also with any FlexCAN program.
Thanks in advance