User Activity

I am using the MCU STM32H750VBT6 and I am trying to configure the ADC1 to take readings from a sensor, but I am not using DMA, only that the DMA is not returning the correct value to me, it would give me an example code of how to read a ADC1 channel?...
I am currently trying as follows:HAL_FLASH_Unlock();HAL_FLASH_Program(FLASH_TYPEPROGRAM_HALFWORD,0x40023BFD,10);HAL_FLASH_Lock();However, no data is recorded.