MCUXpresso IDE V10.1.0

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCUXpresso IDE V10.1.0

865 次查看
実奥山
Contributor II

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

0 项奖励
回复
1 回复

664 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

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!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复