Any plans to support STM32N6? #2969
Replies: 2 comments
-
Hi, Thank you for your interest. None of maintainers have the board yet, you can make a PR if you want. |
Beta Was this translation helpful? Give feedback.
-
I have been working on a port for the N6 (specifically the nucleo board, but I do also have the DK). It currently is working for the cdc_dual_ports example in HS mode, but I might need some help to ensure it is consistent with the other STM32 ports. @HiFiPhile I heavily based my port around your H7RS port, but I had to enable the Cortex M security extension compiler option to get it building as a first stage boot loader. This didn't seem to be needed for the STM32U5 ports however, and I possibly don't need to enable the MPU or RISAF (I haven't tested this yet). It also appears as though the N6 utilises the 'PCD' drivers when operating as a device, and 'HCD' drivers when operating as a host, which I'm not sure if there is any prior examples of. EDIT: I've now tested the USB Host capabilities which also seems to be working (tested the host/device_info example). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Are there any plans to add support for the STM32N6? It uses the same IP (DCW2) as the F7, H7, etc., with an on-chip HS PHY, though I’m not sure about the revision. I have a simple patch that works well enough (with additional code in my application to enable the PHY clock, etc.), but it only works for me in FS mode. I was wondering if there’s interest in adding proper support for this—if it’s even needed. I could probably submit it but could use some help, or I could provide help with testing.
Beta Was this translation helpful? Give feedback.
All reactions