2021-12-03 01:04 PM
I want to use flash as eeprom by using hal library on stm32l476rg.
How can I create the flash_read() and flash_write() functions? (functions will read and write data of type uint32_t)
2021-12-03 11:18 PM
Pretty sure there are notes in the library source and examples..
STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L476RG\Examples\FLASH\FLASH_EraseProgram\Src\main.c
Reads like normal memory within the processors address space