THIS LIBRARY IS SOLELY WRITTEN FOR READING AND WRITING DATA FROM STM32 mcu
NOTES :
- once written at a specific address, in order to rewrite at the same address or erase that specific data, you will have to erase the page/sector [As per the datasheet of stm flash]
- Currently the library is capable of reading and writing HALFWORD, WORD & DOUBLEWORD, You can modify it according to the read write specifications of the specific stm32 flash memory [All of the stm32 flash doesn't have the same flash architecture and specifications]