Nucleo-N657X0-Q and CubeMX
Hi,
I am using the Nucleo-N657X0-Q board and here is what I have done so far:
- Generated a CubeMX project
- Enabled FSBL, Secure Application, Non-secure Application and ExtMemLoader projects
- Enabled XSPIM, XSPI2, EXTMEM_LOADER, EXTMEM_MANAGER
- Generated code
- Opened the project up in CubeIDE
And this is where I get stuck. Since the project generates 4 sub-projects, which one do I run and on which boot configuration (BOOT0 JP1 and BOOT1 JP2)?
I just want to get the non secure application to run, I have added a line of code to turn the blue LED on to verify that the code is running. Purpose of this project is to understand the project structure and its method to get the code running.
Can someone please describe the steps I need to follow and in which order these needs to be done?
And I also want some feedback on the steps I have performed so far. Was it even needed to generate the EXTMEM_MANAGER sub project, and to enable the EXTMEM loader and manager?



