Question
Why does STM32L0 Not Support TYPEPROGRAM_BYTE/ FLASH_TYPEPROGRAM_BYTE
Posted on January 22, 2018 at 19:15
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-storage