Hi there, Can ı place 48MHZ active clock as a MEMS BASE RESENATOR for HSE CLOCK
Part Number is STM32L4R9ZIT6
Ask questions, find answers, and share insights on STM32 products and their technical features.
Part Number is STM32L4R9ZIT6
Hello,I'm facing some issue regarding the RTC peripheral of the STM32F103.In particular, apperently, the RTC seems to randomly loose the configuration given:The RTC device is always powered, and configuration is done ideally only once (except in case...
Project name: Fx_MultiAcess_429Type: STM32CubeIDE projectMCU/board: stm32f429zi Nucleo boardPurpose: This project uses FileX to access SD card on stm32f429zi Nucleo board (board version:MB1137-F429ZI-B01)board pin connections(CN8 connector) vs SD C...
Hi... we are deciding if has a sense to develop a electronic board able to host to different mcus (STF4 and STH5) and giving an external hw trigger the unique fw should be able to run the part relevant to F4 series or H5 series. The question is how m...
Hi,I working with STM32L433's ADC, and I'm having a problem where the ADC CH11 couldn't coexist with other GPIOs. I'm using a resistor divider from a battery and feeding into ADC1 CH11 (PA6, pin16). If the PA5 is left in a reset state, it all works. ...
I want to change system clock as a PLL(using HSE) 20 Minute after systemInit. thats why I must change it in main function not system_stm32f0.c file. Here is my code, Not working properly. I dint do anything interrupt function.void ClockInit(void){ ...
Hi,I have migrated from STM32L4S5ZI --> STM32U575ZIT6 for one of our custom designed board.I am trying to configure 96MHz HCLK using Clock configuration in my *.ioc file and just toggle LEDs with a delay of 1 sec with the generated code & this logic....
Is it possible to update more than 1 DMA stream on a "timer up" DMA request (TIMx_UP)?I am using an STM32H7B0 with the HAL library and can initialize and start the timer/dma interrupt for one DMA request but can more be introduced for the TIMx_UP int...