rustBoot icon indicating copy to clipboard operation
rustBoot copied to clipboard

Add a rust-based flash driver for 'STM32L562E-DK' board

Open sarath3192 opened this issue 3 years ago • 1 comments

In order to port rustBoot to the STM32L562E-DK board, we'll need to implement a flash-driver written in rust.

Sub-tasks:

  • [ ] The flash driver should support lock and unlock flash operations.
  • [ ] The flash driver must read, write and erase data-blocks from the device's internal flash memory.
  • [ ] Finally, it must implement rustBoot's FlashInterface trait.

Additional notes:

You only need to implement the methods (of FlashInterface trait), applicable to your board.

sarath3192 avatar May 17 '22 05:05 sarath3192

Acknowledged

yashwanthsinghm avatar May 17 '22 06:05 yashwanthsinghm