2018-01-22 10:15 AM
The HAL documentation
seems to correctly mention, that for HAL_FLASH_Program(), only TYPEPROGRAM_WORD is supported. CubeMX also generates TYPEPROGRAM_BYTE but FLASH_TYPEPROGRAM_BYTE remains undefined. My question is, why is this programming type not supported on L0?#cube-hal #stm32l0 #flash-storage2018-03-22 02:56 AM
Hello
Hoppe.Thomas
,In STM32L0 reference manual, it is specified that programming in the Flash memory can only be performed by word or half-page.
Therefore L0 Flash driver does not support byte programming, and can not be modified to support it.
Kind Regards,
Imen