Plase how to debug on MCUXpresso IDE V10.1.0
I set breakpoint at *1 and I understand p->payload memory address 200009876(It is shown on display).
But I want to data of memory address 200009876 .
Please teach me How to display the data of memory address 200009876.
////////////////////////////////////////////////////////////////////////////////////////
else if(strcmp(p->payload, "LED On") == 0) {
switch(index) {
case 0:
GPIO_ClearPinsOutput(GPIO, 2, 1u << 2); <===========*1
Hello ,
Please check the address data from "Memory " view :
Window -> show view->others->Debug->Memory
Hope it helps
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------