Resolved! Calculate caps for LSE crystal oscillator
hi,i am using a ECS-.327-9-34QCS-TR with a 1.5pF caps on a STM32H743BIT6.I want to know the exact method to calculate the right value for the oscillator caps.because my RTC is off by 5mSec.
Ask questions, find answers, and share insights on STM32 products and their technical features.
hi,i am using a ECS-.327-9-34QCS-TR with a 1.5pF caps on a STM32H743BIT6.I want to know the exact method to calculate the right value for the oscillator caps.because my RTC is off by 5mSec.
Hi. I'm using STM32F030C8T6 MCU to communicate with multiple DS18B20. I'm using Timers to make 1us delay. I set my prescaler to 48-1. and I'm running on 48MHz clock. when i connect two sensors to my MCU, i can't read temperature, so for testing i dis...
Good morning,I'm trying to program the user option bytes of the STM32C011 using the HAL. The objective of the test is to toggle the BOR bit. static HAL_StatusTypeDef testOptionBytes() { FLASH_OBProgramInitTypeDef obInit = {0}; FLASH_OBProgra...
We are using an STM32G491 with TDM audio output active on SAI. When activating the 4 MHz bit-clock on SAI1_SCK_A, Vref and temperature measurement become very noisy, while externally connected ADC inputs are not affected.See attached graph for differ...
Hello every body, It is my first post and I´m newvy with this tecnology. I'm trying to read from adc 1, 2 and 3 values from the DMA (in case of use adc 1 and 2) and the BDMA (case adc3). In the two first cases, the interrupts are generated correctly ...
Hi,A customer is in the process of sending to manufacture a 5V, 15 segments and 8 planes, custom LCD. I wonder whether the STM32L073 mcu is going to be capable of driving such display. Put it in other words: whether 3.3V is going to be good enough fo...
The STM32H573I-DK is now available for order! It is the first kit to support Secure Manager, a turnkey system-on-chip that integrates core security services certified and maintained by ST. The STM32H573I-DK enables developers to explore all the integ...
Hello I have been asked how difficult it will be to create a custom bootloader for the STM32F105.We are for some reason using the 64 pin version of the chip and from the AN2606 i can see """""Workaround• For 64-pin packagesNone. The bootloader cannot...
ADC analog bandwidth tests:--board nucleo-G474re, on-board voltage reference.--sampling rate 2.8 msps, free-run mode, 12-bits, --156 kHz & 19.47 MHz. Approximately at 19 MHz ADC has ENOB < 6 bits, limiting factor seems to be aperture jitter about 12...
Hi, I'm using an STM32F401RE board for a class(programming using MacOS). Right now, I'm using VSCode and make to edit and compile my code, then using stlink to flash it. Now, I'm trying to communicate with an MPU6050 using I2C; however, when I run HA...