Resolved! RTC: are interrupt flag set during Vbat mode
I have a STM32U595 and I use the RTC in binary mode.If an SSR underflow occurs during Vbat mode, will the SSRUF be set so after power recovery I can manage the interrupt ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I have a STM32U595 and I use the RTC in binary mode.If an SSR underflow occurs during Vbat mode, will the SSRUF be set so after power recovery I can manage the interrupt ?
From my understanding all STM32N6 chips need a external flash chip and there's a static stage 0 boot loader. So if this is true is there any limitation's on the brands of flash or speed/address bit size limitations? With the previous stage 0 bootloa...
In the RM0456 at 33.4.31 Oversampler it say:The division coefficient M consists of a right bit shift up to 10 bits, and is defined using the OVSS[3:0] bits in the ADC_CFGR2 register.But at 33.6.5 ADC configuration register 2 (ADC_CFGR2), it allow up ...
Can somebody please help me. The code below is initializing the RTC. The clock works I can set and read time and date no problem. Somehow if I change these register: hrtc.Init.AsynchPrediv = 131; hrtc.Init.SynchPrediv = 10; It has no imp...
We're using the following circuit to measure a battery voltage @ 20 kHz for use in motor control.We are having some issues though, where the ADC suddenly starts measuring 0 V (0 in the data register) and gets locked in this state. In this state, we a...
Hi,I'm attempting to write to an SD Card using a Riverdi STM32U5A9 display board. Since TouchGFX natively uses FreeRTOS, I'm attempting to keep it within FreeRTOS. Porting to ThreadX has caused it's own issues which I have in a separate thread. In...
Hi, I am trying to configure my STM32G071GBU6 to enable reprogramming the flash throguh USART1. I check the datasheet of STM32G071x8/xB, reference manual RM0444, and application note AN2026. It says I am supposed to configure the PA9 (USART1_Tx) and...
Hello everyone, Some time ago I asked on this website information about jitter on a PWM : Solved: PWM jitter - STMicroelectronics CommunityThe problem was that when generating a PWM, it wasn't very stable. At the time changing the source clock to the...
Hello everyone i had today while working with the NUCLEO H753ZI board and when i try to upload the code i had faced this error message when i try to connect with the cube programmer i faced this error and my LD6 pin is glowing with low intensity can ...
I have two boards, both with the G473.I am using the ROM bootloader on SPI1. On one board, the bootloader works. On the other, it only responds with 0xA5 during the initialization sequence.The MCU can program and run if I load it through the SWD por...