How do I debug without re-writing BOARD_FLASH?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I debug without re-writing BOARD_FLASH?

Jump to solution
700 Views
owen_phelan
Contributor I

Hi there,

I have an application that uses around 50mb of flash storage on my iMXRT-1050EVKB. I want to debug certain parts of the application, but every time I want to test my code, it attempts to rewrite the ~50mb of data that should already be on the device. This process takes about 25-30 minutes, which is far too long to test minor changes. Is there a way to debug without rewriting the flash storage, as this never changes between builds?

Thanks,

Owen

Labels (1)
Tags (1)
1 Solution
615 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Owen,

Yes, MCUXpresso can debug without program. Please select "verify only" in Debug Configurations.

Untitled.png

Regards,

Jing

View solution in original post

1 Reply
616 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Owen,

Yes, MCUXpresso can debug without program. Please select "verify only" in Debug Configurations.

Untitled.png

Regards,

Jing