STM32F777 RTC not working accurately
I was using stm32f429 and ported my code to stm32f777. In F429 the rtc was working accurately but in F777 it is lagging by about 1hr a day approx. The hardware is same for both the MCUs and using the internal RTC
Ask questions, find answers, and share insights on STM32 products and their technical features.
I was using stm32f429 and ported my code to stm32f777. In F429 the rtc was working accurately but in F777 it is lagging by about 1hr a day approx. The hardware is same for both the MCUs and using the internal RTC
Hey everyone,I have an stm32f722ze, The sdcard driver seems to be working well although I have a weird issue.I have a secondary mcu that also needs to access the sdcard.The secondary mcu can succesfully mount and unmount the sdcard multiple times, al...
Hello everyone. I try to load code to stm32f429zı on Atollic. But compiling time too much. to decrise this time, what can I do ?
Hi,Sir I am trying to interface CRS ecu with STM32F303 Discovery. I have referred the example code of evaluation board also. But not able to receive anything.I have attached my project folder. I
Hi ST,I have a custom board using STM32F446RE. I followed the Nucleo board schematics for my JTAG connection except that I connect the NRST pin to vcc through a pull-up resistor(10k) to prevent inadvertent reset. The other thing is that I have a TI p...
Sorry for weird EnglishI try use SysTick_Handler in LL library (with STM32L011F4U and CubeMX ), but never execute the Handler.I also tried HAL library, then executed properly. So I checked difference between HAL and LL , and I recognized initializing...
Hi!I'am new to STM's so I thought I will learn them by making the project. I want to control a CNC machine. I started to control stepper motor via TB6600. The problem I cannot solve is setting very accurate frequency for the PWM. For example:I have 1...
I am currently using MDK essential version which allows me to use the following: all the mdk tools and software pack related to device and CMSIS but not middle ware. I am doing a project in which i will have to store the values of motor vibration f...
Hai, I am using STM32F051R4 for my project,in this project i have to use multiple channel adc's using DMA .Is there any sample code availble for this requirement,i already have driver code but its much difficult to understand and make modification...