Skip to main content
Associate III
May 31, 2025
Question

NetX Duo Ethernet Driver Files Not Generated – Still Unresolved

  • May 31, 2025
  • 2 replies
  • 626 views

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):

"https://community.st.com/t5/stm32cubemx-mcus/stm32n657x0h3q-netxduo-ethernet-some-drivers-files-not-generated/m-p/805201#M32333"

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 .

2 replies

TDK
Super User
May 31, 2025

It's been one week. Look at the release schedule of packages, they happen on the few months timescale. Adjust your expectations accordingly.

"If you feel a post has answered your question, please click ""Accept as Solution""."
SITARAMAuthor
Associate III
June 2, 2025

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.

Explorer II
September 28, 2025

@TDK is this resolved? Can you pls link to any?

@SITARAM, Did you find an alternative solution for this issue? pls update here, it will be helpful for others like me.

Pavel A.
Super User
June 1, 2025

To prevent this issue from happening and unblock your development, select in the Project Manager/Code Generator

"Add necessary library files as reference".

PavelA_0-1748773929834.png

Then the library files are always available for the project without copying at all.