Relative Content

Tag Archive for armgdbreal-time

Reading and visualizing memory using GDB in realtime

Hi I notice that SEGGER Sysview has the ability to disaply tracing data in realtime. It implements an internal binary data format which can encode the tracing data and store in the buffer on RAM of the target device. I’m wondering how can we use GDB and plus some script to implement that feature? For example, display a global variable which represents the CPU load in realtime and plotting into a diagram, etc.?

Reading and visualizing memory using GDB in realtime

Hi I notice that SEGGER Sysview has the ability to disaply tracing data in realtime. It implements an internal binary data format which can encode the tracing data and store in the buffer on RAM of the target device. I’m wondering how can we use GDB and plus some script to implement that feature? For example, display a global variable which represents the CPU load in realtime and plotting into a diagram, etc.?