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

Resolved! Availability of OpAmps in stm32h7

To which models does this document apply https://www.st.com/content/ccc/resource/training/technical/product_training/group0/0f/de/60/a5/80/9f/48/dc/STM32H7-Analog-OPAMP_OPAMP/files/STM32H7-Analog-OPAMP_OPAMP.pdf/_jcr_content/translations/en.STM32H7-A...

maxter by Associate II
  • 287 Views
  • 1 replies
  • 1 kudos

D+ PullUp Voltage Less

Hello Team, Good Day ! Considering USB Specification , D+ line Pull-Up Should be high Once USB Connectors Plugs in , I Tried to Implement Following SCH to accomplish it. 3.3V Enabled through Transistor Q4 (MMBT2222ALT1G).  VBUS Signal Comes from Vol...

bsuthar_0-1758616013801.png bsuthar_1-1758616184909.png
bsuthar by Associate III
  • 284 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H743 FMC send only part of the data

I am using an STM32H743 FMC to connect to the FPGA to do data transfer. (SRAM type with 16-bit data. I tried this on an STM32F429 and the test was successful)  The test is to send some amount of data to the FPGA through FMC.The code is quite simple. ...

snkparty1_0-1758736871511.png snkparty1_1-1758737054591.png snkparty1_2-1758737708330.png snkparty1_3-1758737921392.png
snkparty1 by Associate III
  • 396 Views
  • 6 replies
  • 1 kudos

Resolved! How to brust write by using FSMC?

I am trying to send data from STM32 to the FPGA by using FSMC. My goal is to send data as fast as possible so I set FMC clock to be maximum speed and set sram clock cycles to be as low as possibe. I use FPGA internal Logic Analyzer to capture data ...

clock.png FSMC setting.png sram send data.png code.png
snkparty1 by Associate III
  • 884 Views
  • 3 replies
  • 2 kudos

Resolved! Flashing on STM32G070RBT6

Hi,I’m working with an STM32G070RBT6 MCU and trying to flash it over UART. The UART lines are directly connected to an FTDI adapter, which is connected to my PC via USB. The COM ports show up correctly, but when I try flashing through STM32CubeProgra...