Nucleo STM32H743 #75
-
There is currently support for STM32H723 in rustBoot. I have a Nucleo STM32H743 evaluation board that I want to add support for it but I'm new to both rust and stm32 mcu's. I would appreciate some pointers on where to start and what parts of the existing H723 implementation that likely needs changes. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@imrank03 - maybe this is something you can help with |
Beta Was this translation helpful? Give feedback.
-
Hello @hakanlundvall, here are some general pointers to get you started:
If you have any questions or queries during the development process, feel free to ask. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I have it running now. So far I have just made changes to the H723 example until it ran on H743. I'll try to clean it up and add it as a separate board alongside the H723, when I have time. |
Beta Was this translation helpful? Give feedback.
Hello @hakanlundvall, here are some general pointers to get you started:
Clone the Repository:
Develop Flash Driver and Create Partitions:
STM32H743
, making necessary adjustments. Additionally, create partitions as needed. Note that the existing flash driver for theSTM32H723
…