User Activity

Hi,I'm trying to improve the accuracy of RTC. For that, I use the AN2604 witch describe this.But, when I activate the calibration output of RTC at 512Hz, I have only 496Hz at the output. (AsynchPrediv =127). I tried this simple code to the nucleo-L47...
Hello,I'm trying to get data from an external ADC (18bits) with an STM32l476RG nucleo board. There is a lot of overhead and I will improve it later but even the frequency clock is not fast enough. I don't understand why but the maximum clock frequenc...
Posted on May 10, 2017 at 18:44 Hello, I'm using stm32l476 board discovery. A GSM modem is connected to the STM32 through RS232 to UART driver. The UART is configured with IRQ and hard flow control (RTS and CTS). Here, is my IRQ callback : ...