2025-02-13 11:22 PM - last edited on 2025-02-14 01:26 AM by SofLit
Hi ,
I was going through the template_fsbl_xip project located at:
STM32Cube_FW_N6_V1.0.0/Projects/STM32N6570-DK/Templates
However, I noticed that this project does not contain an .ioc file, whereas other examples like GPIO_IOToggle and several others do include one.
My question is:
2025-02-14 12:22 AM
Hello @athern27
Infact, some projects/templates are not based on the STM32CubeMX. So, they don’t come with a .ioc file. If you want to recreate them based on the STM32CubeMX, you can do that on a new project. First, you have to start your project on CubeMX. Try to set the configurations available on the STM32CubeMX and generate your code. Then, set the other parts of code manually on your generated project.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-02-14 01:02 AM
Thanks for the fast reply,
So can you please tell me if there is any example available which uses external flash and also contains .ioc file as all of the HAL examples I saw use internal RAM for their execution.
2025-02-14 01:17 AM
All ST examples are available on the STM32CubeN6. There is not other examples. Have a look at the AN6197 to have an idea about the available projects and the projects that have or not a . IOC file.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-02-14 01:38 AM
Hello @athern27
You can refer to the example located at Projects/STM32H7S78-DK/Templates/Template_XIP in the STM32CubeH7RS firmware package to get inspired from.
2025-02-14 01:47 AM
As @STTwo-32 said, not all examples have a .ioc file.
See:
To identify which examples do have a .ioc file, see:
#NoIocFile
2025-02-14 04:54 AM
Check if this new article answers your question.