Microchip Technology Power Debugger Manual page 43

Table of Contents

Advertisement

Tip:  Some samples will be marked as "Could not resolve". This can happen when there is no source
available for the location, for example, if the sample corresponds to a precompiled library function.
3.2.12
Data Polling
Now see how Data Visualizer can poll variables from the target and display their values in graphical form.
Important:  Data polling is only available when Data Visualizer is run as an extension within Atmel Studio.
This is because it needs to access the debug system on the device through the Atmel Studio debugger
backend.
First, add a few lines of code containing variables to poll.
To do:  Open ui.c and add two global variables to the top of the file.
volatile uint32_t
volatile uint32_t
©
2020 Microchip Technology Inc.
write_count = 0;
read_count = 0;
User Guide
Power Debugger
Detailed Use Cases
DS40002201A-page 43

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Power Debugger and is the answer not in the manual?

Table of Contents