NUCLEO-STM32L452REP Internal Flash Write Data
Hi St,
I am using NUCLEO-STM32L452REP board.
I am trying to write a DOUBLE WORD inside the internal flash.
I am writting to address 0x807D000 which is 8byte alligned.
The address i am trying to write, its contents are 0xFF.
I am calling below function:
HAL_Flash_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, 0x807D000, 0x01);
I am getting an error 0xa0 which equals programming allignment error.
Please help.