User Activity

Split from this thread: https://community.st.com/t5/stm32-mcus-embedded-software/flash-writing/td-p/753438 Hi @SofLit  thanks and   void StartUpdateFWBlueNRG(uint32_t SizeOfUpdate, uint32_t uwCRCValue) { __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_PGAERR); _...
Hi All, trying to write data into flash with dynamical flash address selection approach but it fails but at same time if hash(#) define the address the flash programming all works fine, Please suggest me the best solution and explain me the issues ch...
SO I HAVE STARTED MY PROJECT WITH STM32L072 SERIES WHICH IS HAVING 192B FLASH 64 PIN IC along with bluenrg-m2sa. my concern and doubt is regarding implementation of ota feature to stm32l072 ic which i never implemented and work on before and also the...