STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 HDMI

I'm working with stm32f0 hdmi cec function to make Arc audio with tvI can able to communicate with tv but arc not initiate with feature abort commandAnyone have used it before help me with source example

DHANA by Associate
  • 439 Views
  • 0 replies
  • 0 kudos

Nucleo board 64 F070 Crystal output Problem

Hi 'I am using STM32 Nulceo Board Nucleo-F070RB .I tried some projects but the output of the project is not as expected ,shows some wrong calculation out .So I checked everything ,And found out the Crystal frequancy is not correct .I checked the Mast...

STM32F103C8T6 drive camera ov2640

I have used software control GPIO simulate parallel interface to successfully receive data, but how to faster, I used timer to trigger DMA, but the effect is very bad.stm32f1_ov2640_tim_dma_uart About: 1-1.5 FPS

Shiina_0-1714231947043.png
Shiina by Associate III
  • 1093 Views
  • 2 replies
  • 1 kudos

Resolved! VSCode Debugger Breakpoints jump

HiI am having problems setting breakpoints when using the debugger in VS Code. I can step through manually but cannot seem to set breakpoints. Before starting to debug I can add a breakpoint at 50But when I run the code the breakpoint changes to a di...

bibble235_1-1714222278230.png bibble235_2-1714222427049.png
bibble235 by Associate III
  • 1656 Views
  • 3 replies
  • 0 kudos

Resolved! STM32U575 LPUART: what am I missing?

I have LL-API based UART/USART code which runs on an STM32U575 (tested on a NUCLEO-U575ZI-Q board), no problem (@ 115200).I would like to move this code to the LPUART (pins D0/D1, PG8/PG7, of the board).  However, I have failed; not even TX works (a ...