gd32vf103xx-hal icon indicating copy to clipboard operation
gd32vf103xx-hal copied to clipboard

Add flash access support

Open katyo opened this issue 1 year ago • 0 comments

This PR adds support basic flash operations according to reference manual.

Implementation is based on flash from gd32f1x0-hal.

Only the following ops supported:

  • read
  • erase
  • write

katyo avatar Feb 15 '23 06:02 katyo