RTC code always setting time/date
Using STM32CubeIDE with a STM32L4R5.The RTC generated code initializes the RTC then sets the time and date.Is there a setting that will inhibit setting the RTC time and date during initialization?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Using STM32CubeIDE with a STM32L4R5.The RTC generated code initializes the RTC then sets the time and date.Is there a setting that will inhibit setting the RTC time and date during initialization?
Hi everybody,STM32H7 RTC document says "The RTC consumes 225 nA at 1.2 V", does it mean 225nAh?if so, it a battery has 140mAh / 225 = 622,222h hours, which is around 71 years?Thank for help.
I'd have thought with read-while-write active, that interrupts should continue to run in bank1. For the stm32l devices, the documentation clearly states this will work. Can it also work for the stm32f429? Am I missing some configuration? Or will inte...
I want to avoid using VIAs between the balls in my design with the UFBGA 100 package as it increases the cost considerably and I am not comfortable with these small tolerances. This seems feasible if only the NRST pin is can be routed through PC0. Co...
I'm new to ST-Micro controller, I m using STM32F429. I'm Receiving 8 bytes of data from SPI1 Port and transmitting the same data thru UART2 port to view in serial terminal. I m not supposed to view the HEX data. It is giving either ASCII or Unicode. ...
When a HardFault occurs, the program jump to HardFault_Handler function but it is not being executed.I'm usen STM32CubeIde, when I'm in debugging session, the arrow is stuck in the name of the function but nothing more happens: checkFault(); is not e...
I'm working on an project with an L476 using SWD. Main project is basically up and running, but I'm having problems with the bootloader. The bootloader needs to be small as possible, so am avoiding the bloaty HAL and have set up the PLL. Seems OK in ...
I am trying to create ADC using STM32F103C8. Software i am using are:a. STM32CubeMXb. Keil Vision -- V5c. Hercules to Monitor the Serial OutputClock Setting of STM is 72 Mhz and 12 Mhzfor ADCCode :-while (1) { /* USER CODE END WHILE */ HAL_ADC...