User Activity

I am trying to read 3 ADC channels (ADC1) via DMA but I get false values in the watch window./* Private user code ---------------------------------------------------------*//* USER CODE BEGIN 0 */uint32_t value1[3];/* USER CODE END 0 *//** * @brief T...
>>Hi I am trying to write and read data from FLASH in STM32G030 32KB Flash device.>>However , I am experiencing unusual behavior . Sometimes I am able to read data correctly and sometimes junk data is read.Following is my code :#define FLASH_USER_STA...