-
Hi, I am exploring STM32U5 series MCU's for system low power requirement. and STM32U585 I wanted to know is there any other link or list of features/hardware peripheral support that are planned for STM32U5 series controllers? Also, does STM32U5 has MCUboot support ? Can anyone please help ? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, For supporeted HW, I suggest to look at https://github.com/zephyrproject-rtos/zephyr/tree/main/dts/arm/st/u5 and see available nodes. |
Beta Was this translation helpful? Give feedback.
-
Hi Sir, I want to use the STM32U5A9 which is one member of the STM32U5 series and follow your suggestion to check the code below the link. It looks like Zephyr still doesn't support STM32U5A9. Is it right? If the answer is yes, it looks like I need to port the STM32U5A9 to Zephyr on SoC level(STM32U5A9). I can find the board porting guideline from Zephyr documentation but don't find the SoC porting guideline. Please kindly let us know if you have any suggestions. Thanks. Board support - Github board porting guideline |
Beta Was this translation helpful? Give feedback.
Hi,
For supporeted HW, I suggest to look at https://github.com/zephyrproject-rtos/zephyr/tree/main/dts/arm/st/u5 and see available nodes.
Regarding the not yet supported features, here are the on going developments:
https://github.com/zephyrproject-rtos/zephyr/pulls?q=is%3Aopen+label%3A%22platform%3A+STM32%22+STM32U5+is%3Apr+-label%3ARFC
I'm not aware of more plans beyond this list for now.