2025-04-28 3:11 AM
Hi all,
I am trying to make my NUCLEO N657X0 board working with :
I am having issue in understanding how to get the things done :
I have created a new STM32 project on STM32CubeIDE, ending with having 4 differents projects in the IDE
- AppliNonSecure, AppliSecure, ExtMemLoader, FSBL
I selected generate demo code, and everything works fine in debugging FSBL following the jumpers indications etc...
Until there, no problem.
Now I want to run in the XIP template to execute my code from External Flash.
I found the template STM32Cube_FW_N6_V1.1.0\Projects\NUCLEO-N657X0-Q\Templates\Template_Isolation_XIP
Is there any documentation on how to use this ? There is no STM32CubeIDE project, its just src and inc folders.
Shall I copy paste the source and include files in my previously created projects ?
I am getting a bit lost on how I could start having my NSApp running and start developping my solution.
could you provide any advises ? documentation ?
Kind regards
Thank you very much