Problem with my project

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

Problem with my project

635 Views
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

 

Tags (1)
0 Kudos
Reply
1 Reply

623 Views
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 Kudos
Reply