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,
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.
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