Is STM32L443 supported in Zephyr OS? If not, what is the timeline for adding this support? If I need to port myself are there any pitfalls with using the stm32l433xx Kconfig as a template?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-16 3:18 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-05-16 3:29 PM
Likely just going to need to merge in any extensions related to HASH or CRYP you want to utilize of the base functionality..
https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/arm/st/l4/stm32l433.dtsi
Adding AES to L412
https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/arm/st/l4/stm32l422.dtsi
#BeAChameleon
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
