Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Some of our clients have recently reported disconnections from our device with our software in Mac computers and we would like to check if this might be cause by a reset from the Wi-Fi chip used in our device.

To achieve so, I am trying to debug the firmware using an Atmel SAM-ICE programmer/debugger, together with Atmel Studio 6 (as we originally used this software we have not upgraded yet).

I would like to check the frames being sent by the device via UART to see if there might some erroneous frame being sent, is there any feature to see the frame being sent in real (or near real) time?

Currently I am using tracepoints to print in the output window the SOF and EOF of each frame to make sure they are correct, but I tried looking for some feature that might allow me to check the full frame instead. I originally thought the I/O View would allow me to do so, but I cannot check the frames in the UART as far as I know.

question from:https://stackoverflow.com/questions/65921513/debugging-traces-in-atmel-studio

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
944 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...