User Activity

Hi. I'm using Keil5.ADC encountered an error in my program(from function HAL_ADC_PollForConversion), so I tried debugging and found the following problems. As shown above, the register value in CFGR1 returns the address.In a typical program(Operating...
I'm writing firmware for stm32c011f4u6 using Keil5. I downloaded and checked an example about ADC from the homepage, but I only found the code that uses DMA. Is there any example of using ADC with Polling instead of DMA? Also, I need an example for m...
I'm using stm32c011f4u6 and keil5. and I'm using 2 ADC channels by Polling. Every time I read an ADC channel, it only return '0X01AF'. This is the same for both channels,even if I remove one channel and read it again with only one channel used, the s...
I am working on firmware with stm32c011f4u6 mcu. When the program is operated, a timeout error occurs after falling into the infinite loop of the function below. HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef *hrtc) { uint32_t tickstart; H...
Hello, I am using STM32C011F4U6 MCU.As I mentioned, I wonder if it is possible to do Erase in units smaller than Page.The specification does not describe such a function, but is this function possible?
Kudos from