MCUXpresso IDE V10.1.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso IDE V10.1.0

916件の閲覧回数
実奥山
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 返信

715件の閲覧回数
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 件の賞賛
返信