STM32F469 ADC calibration not compiling
Hello,I'm trying to do a calibration of the ADC before starting it, but in comping i get this error.I declared all the hal libraries related to the adc.Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I'm trying to do a calibration of the ADC before starting it, but in comping i get this error.I declared all the hal libraries related to the adc.Thanks
Hello,I have an issue with event flag I am setting this flag inside ISR of GPIO pin interrupt and there is a task wait for this flag but even if the interrupt is come and set the event flag the task still in blocking mode this my code : void MXT_vidT...
Hi there,I'm using the chip STM32G431CBY3 and here is a strange thing. After I start the TIM15 in interrupt mode and every time the interrupt enters, the NMI_Handler enters at the same time, by checking the register, I found that SRAM_PEF bit is set ...
Hello There,I'm working on an IAP application based on STM32H7A3 and have a query related to code alignment.Correct me if I'm wrong, as per my understanding HAL_FLASH_Program() in H7A3 writes a flash word (i,e., 16 Bytes) at a time. If so, then it mu...
What is the relation between advanced timers (Tim1, 8, 20) and HR Timer (Timer A to F) in STM32G474? How to interconnect advanced timers with HR timers? Any example?
Hi ST experts,According to AN4228, we can migrate the MCU from F103 to F303 with minor changes development needed. Just wanted to understand more on the pin assignment between the parts, I take an example of STM32F103ZET6 vs STM32F303ZET6 with same p...