HSE AC timings: tr(HSE), tf(HSE),THSE [STM32H743XGH6]
Do you know the specified values for tr, tf and THSE?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Do you know the specified values for tr, tf and THSE?
Hey everybody,I was wondering if someone could help me correct my firmware that I've written.I created a custom board using the STM32C011F4P6 MCU. I put an FTDI UART-to-USB converter on the board to be able to view outgoing messages from the custom b...
Hey, we have purchased the Nucleo board H7S3L8-B02. We always run in a timeout during USB core reset. This problem seems quite popular with multiple forum posts. However we still didn't manage to get it to run. I will give a set by step explanation o...
Hi,I am trying to set up bootloader on my STM32G030, via usart. When I enter it and send start command (0x7F) I do get ACK response(0x79). I cna read ID and protocol verions, but when I try do use "Go" command to start my application, it gets stuck.W...
Hey all,I’m trying to squeeze the lowest possible STOP1 current out of an STM32U031F8P6 (TSSOP-20), no external crystals. The board itself looks fine: in the deepest mode (Shutdown/Standby) I see < 0.5 µA, so I don’t think it’s a hardware leak.Goal (...
Hello, I am using the STM32F407VGT6 microcontroller for a project involving GPIO interrupts, but the interrupt is not triggering reliably. Despite configuring the interrupt settings, it occasionally works, but other times it misses the edge completel...
I am developping STM32F469 with TouchGFX to display with LTDC in RGB888. I can display an image in the internal SRAM. However, when trying with SDRAM, the screen truns black, and the debugger can only read 0s. But when I tried with the framebuffer re...
Hi @Amel NASRI ,Does STM32H755xI support OTP (One Time Programmable) memory in it's flash like STM32BH7B3x?Muthukrishnan
Hi, On the STM32F303, the TIM1 timer is running in input capture, slave mode – reset, with the trigger source set to TI1FP1 (CH1 direct rising, CH2 indirect falling) to record the incoming stream. It operates with DMA in circular mode using two buffe...
HeyI work with the eval-board Nucleo h743ZI. I implemented sine wave playback using the DAC and DMA, and everything worked very well.After that, I designed my own board with the same microcontroller and added an external 25 MHz crystal.I couldn’t get...