2024-05-14 11:49 PM
Hi,
I want to write data in flash using DMA. I TRIED USING
HAL_DMA_Start() FUNCTION. DATA NOT WRITE IN FLASH. HOW TO WRITE DATA IN FLASH USING DMA IN SMT32G0B1RCT6.
2024-05-16 03:30 AM
Hello,
FLASH is by default write protected so before the program will try to write to flash memory it is needed to unlock flash memory. Here is an example for STM32G0B1 which it describes:
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.