cancel
Showing results for 
Search instead for 
Did you mean: 

NetX Duo Ethernet Driver Files Not Generated – Still Unresolved

SITARAM
Associate III

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 .

3 REPLIES 3
TDK
Super User

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".
Pavel A.
Super User

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.

 

 

SITARAM
Associate III

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.