How to do RTC smooth digital calibration in STM32F0?
Hi,I want to calibrate RTC(which is powered through LSE-32.768KHz) in stm32F051 and want to know how CALM value is calculated in RTC calibration register(RTC->CALR).Thank you.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I want to calibrate RTC(which is powered through LSE-32.768KHz) in stm32F051 and want to know how CALM value is calculated in RTC calibration register(RTC->CALR).Thank you.
Hello.I have a problem with STM32L051C8T6. I have uppdated an old project with a I2C bus connected to I2C 2 pins PB10 and PB11. The I2C bus works fine but it interferes with my port PB3. In file STM32L0XX_HAL_I2C.C the PB3 is Cleared (Reset) by this ...
Hi,I'm working on STM32F779NI MCU. For our PCB, we have used 32768 Hz LSE crystal for RTC, which has a tolerance of +/-20 ppm. However on long-run testing, a time gain of around 6 sec in 25 hrs was observed, which is higher than the stated tolerance....
I'm investigating if it is feasible to implement ethercat slave on an stm32f7/stm32h7.I found the I-NUCLEO-NETX. But can't buy it farnell/mouser/digikey. and hilscher is very secretive about any information. So are there successful implementation of...
I am new to Nucleo board STM32F411re.I am trying to work out an UART example on the devlopment boardI am trying to send data through UART - TX line and trying to read that data using Putty. I can't able to see data in Putty. When I debugged I saw dat...
Hi, I have tried transmitting data bytes in Tx ,which is correct along with CRC, As, no acknowledgement is found from receiver side, it retransmits continously and ofetn leading to error frames.
I expect at least 22937 samples until the array is full. My guess now is, that my index counter "number_of_samples" rises faster than that the actual samples that are written into the array. After the index counter reaches the theoretical max value o...
Hello, I trying to test Demostration Firmware(*1) for my STM32L552E-EV evaluation Board, and in the documentation for this Demo is written:<<This demonstration has been tested with STM32L552E-EV (MB1372-C02) evaluation board and can be easily tailo...