2025-11-25 10:03 AM
I'm curious how hard of a task would it be to get UCPD working with the STM32N6 with zephyr.
I see it's supported with the G0
* https://docs.zephyrproject.org/latest/boards/st/stm32g071b_disco/doc/index.html
From my understanding the UCPD hardware block is the same between the two chips?
2025-11-25 12:31 PM
Getting UCPD working on STM32N6 with Zephyr should be feasible since the hardware block is similar to the G0 series, but it will likely require porting or adapting the driver and verifying Zephyr support for that MCU.