STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 USB CDC - without VBUS pin?

I am using the STM32H743ZIT6 MCU to enable USB CDC. In my schematic, I have not defined the VBUS pin; I have only defined the CDC lines. Can I still use CDC without the VBUS pin? Below is the photo of my schematic for reference. Please help me.Thank ...

how to configure HSI in STM32L5...

Hello,I would like to know if it's possible to configure my evaluation board HSI, I have this code and I would like to adapt it on my evaluation card and see if it is compatible with the rest :  // HSI // void SystemClock_Config(void) { RCC_...

DYann.1 by Senior II
  • 87 Views
  • 5 replies
  • 0 kudos

Troubleshooting "External Loader"

Hi STM32 enthusiasts, I’m reaching out to the community for advice and guidance on an issue we’re facing while developing an external loader for our custom board. We’ve been working with the STM32H730IBK6Q chip and an external memory MX25LM51245GXDI0...

HispaEmo by Associate III
  • 64 Views
  • 2 replies
  • 0 kudos

Timer output influenced by other timer

Hi everybody,I have TIM15, configured to PWM generation, in one shot configuration, using OC1N output. The output is set to 0 and timer disabled.. When I later initialize TIM1, the output of TIM15 goes high at the instant the Update event is generate...

Migrating from Quad SPI STM32H750 to Octo SPI STM32H733

Background: We have a board that uses Quad SPI on STM32H750 to interface with Macronix MX25L12833F Flash.  We are using the flash to support a large firmware image (with XIP). We are attempting to take this hardware and drop in STM32H733.  Doing this...

SMoon.2 by Associate III
  • 37 Views
  • 1 replies
  • 0 kudos

STM32 Timer encoder mode with synchronization

I am using STM32H753.My TIM2 is in Encoder mode, and I give two external signals from my incremental encoder to TIM2_CH1 and TIM2_CH2. My TIM2 is counts perfectly (Up or Down) when I move the encoder clockwise or anticlockwise.Now i want to syncroniz...

MJ_1992_0-1734619617197.png
MJ_1992 by Associate II
  • 55 Views
  • 3 replies
  • 0 kudos

External Loader - stldr ERROR PARSING FAIL

Hello,I am attempting to make an external loader for a QuadSPI flash S25FL256SAGMFI000 using the STM32F769 and STM32CubeIDE.I followed this tutorial: https://www.youtube.com/playlist?list=PLnMKNibPkDnHIrq5BICcFhLsmJFI_ytvEI was able to run the code t...

PARSING FAIL.jpg
JOHNROSE by Associate II
  • 143 Views
  • 6 replies
  • 0 kudos

Resolved! STM32U575 GPDMA1 Configuration Problem

Hello,I have a board with a STM32U575RGTX CPU, and i use SPI1 with a 2.8" TFT ILI9341 Display.I got problems with the GPDMA1 configuration, and need help.main.c:  int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configur...

spi1.png spi2.png spi3.png
Sany by Associate III
  • 149 Views
  • 2 replies
  • 1 kudos