Problem with my project

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

Problem with my project

625 次查看
JonAnder_Amante
Contributor I

Hi, 

I am using the micro S32K344 and I have a big problem when I debug my projects. When I debug the projects, the program starts in the memory sram and I want to start in the memory flash. I suppose that is the problem but I don´t know. I want that when I debug the project, it starts in the main. In the next picture you can see the problem. I need the solution as soon as possible please.

Thank you for all, 

JonAnder_Amante_0-1710920288911.png

 

标记 (1)
0 项奖励
回复
1 回复

613 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

When I debug the projects, the program starts in the memory sram and I want to start in the memory flash.

Simply set the target to FLASH.

petervlna_0-1711007424507.png

 

https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Build-a-Project-and-Setup-a-Debu...

I want that when I debug the project, it starts in the main.

Well, every program starts with boot and startup procedure. Starting directly in main with not initialized micro would simply not work.

Best regards,

Peter

 

0 项奖励
回复