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.

MCU-PLUS-SDK-AM243X: m3 core debug, print info over the uart.

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: TMDS64EVM

Tool/software:

Hi,
I am using TMDS64EVM board. 

After sbl, 

during running the app,

I saw that garbage code dump  to my uart0.  that slow down my task.  I don't know where it came from, it is not from my application.  is it possible that SYSFW_TRACE_ENABLE or other core dump their trace.?  but I am pretty sure, I disabled trace. 


Thanks

.trace_dst_enables = 0,
.trace_src_enables = 0,


garbage example:   is below code familiar to you?


0xC20024
0x41070000
0x410800BF
0x4F8A00FF
0x4F8B0001
0x4F80001A
0x4100001A
0x4F01000D
0x4F06068D
0x4F0A0024
0x4101000D
0x410C0001
0x410D7016
0x410E6080
0x410F0000
0x41100001
0x41110000
0x4F8A00FF
0x4F8B0001
0x4F80001A
0x4100001A
0x4F8A00FF
0x4F8B0001
0x4F80001A
0x4100001A
0x41070000
0x410800BF
0x4F8A00FF
0x4F8B0001
0x4F80001A
0x4100001A
0xC21205
0xC20024

  • Hello Jun,


    I saw that garbage code dump  to my uart0.

    Can you tell me what all UARTs you have configured?

    Moreover, to parse these hexadecimal dumps, you can go ahead and use the system firmware python script.

    You can firstly go ahead and save the logs in the file sysfw.log in order to see the messages on the console. This way you can parse these hexadecimal logs.

    is below code familiar to you?

    No this is not familiar to me.

    Regards,

    Vaibhav