Writing to array to flash memory which is uint16_t. I am using a STM32L053 nucleo. My program gets a hard fault error.
This is the how I'm trying to write to flashBasically I pass my uint16_t array to a function called FLASH_WriteA which accepts the array, the destination array or the location and the lengthvoid FLASH_WriteA(uint16_t * src, uint16_t * dest, uint16_t ...