2025-05-30 10:01 PM
Hi ST Community Team,
I previously raised a concern regarding the STM32N657x0H3Q and the NetX Duo Ethernet stack where some driver files are not generated by STM32CubeMX (see original post):
This issue is still not resolved, and I haven’t seen any fix or update addressing the problem. It’s blocking development on my end. Could you please look into it.
Thank you .
2025-05-31 3:48 AM
It's been one week. Look at the release schedule of packages, they happen on the few months timescale. Adjust your expectations accordingly.
2025-06-01 3:34 AM
To prevent this issue from happening and unblock your development, select in the Project Manager/Code Generator
"Add necessary library files as reference".
Then the library files are always available for the project without copying at all.
2025-06-01 9:38 PM - edited 2025-06-01 9:47 PM
Thank you for your reply, mr.TDK,
And I will wait for the Update.
I have one clarification to confirm with you:
I generated code using STM32CubeMX for the STM32N657x0 MCU. I selected only the secure region and added a simple UART operation for testing purposes. In CubeMX, I selected only the Application (not the FSBL or External Memory Loader ), and generated the project for Keil.
Now, my question is:
Can I directly load the code into the board using Keil, or is it mandatory to use the FSBL or an external memory loader?
I noticed that all official STM32N6 examples include an FSBL. I haven't seen an example that runs with just the application alone. So I would like to confirm this with you to ensure I don't risk damaging or misconfiguring the board.
For reference i attached the .ioc file .
Thank you again for your support.