How do I debug without re-writing BOARD_FLASH?

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

How do I debug without re-writing BOARD_FLASH?

跳至解决方案
798 次查看
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

标签 (1)
标记 (1)
1 解答
713 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi Owen,

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

Untitled.png

Regards,

Jing

在原帖中查看解决方案

1 回复
714 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi Owen,

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

Untitled.png

Regards,

Jing