Ask questions, find answers, and share insights on STM32 products and their technical features.
clock configurationMCU: STM32F767IITIDE/Debugger: STM32CubeIDE / SEGGER J-LinkWhen HAL_PWREx_EnableOverDrive() is executed after changing the block size of SPI Flash, the following error occurs: Break at address "0x64da2200" with no debug informatio...
Hi everybody,I am using STM32F401CE and would like to use DMA to output a block of bytes using a 8 bit output port and a 'write' strobe output. That is, 8 output pins + 1 strobe output for the strobe pulse, per the timing diagram of the ILI9341 TFT s...
I remember ST use to provide workshop and material(boards) for free in order to attract professional to experience their product. Now on top of all the difficulties some of us experience they charge the full price with a a small discount for shipping...
Hey,in my application, ill have an RTC function, that should work also when power in down.From this reason, I’ll use a battery that will be connected to VBAT pin.My question is about LSE clock.my plan was to connect an external oscillator 32.768kHz t...
For seat reservation: I already have the board
HiI am working on a project using LL libraries and STM32F407VET6 Board. (I have attached the main.c code here.) The code generated by the STMCube GUI configuration tool is causing issues with two GPIOA pins (Pin 6 and 7) stuck to HIGH whenever the co...
Hello STM32 MCU Community,I was looking for clarification on the HAL_TIM_Encoder_Start_DMA function as I want to do a DMA transfer of an encoder's count register to a buffer. From the STM32G474 reference manual, I thought I would need to use another ...
Hello everyone,I have an STM32F765VI MCU. When I work with internal clock it works fine. But when I switch to an external TCXO, It does not work properly. The TCXO output is a 26MHz sine wave with 1.5V peak to peak.Does anyone know what may cause thi...