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! CAN TX pin always high in NORMAL mode

I'm trying to set up CAN in the Nucleo STM32H723 eval kit, I can see the message written to the CAN RAM, but I dont see any activity on the TX pin using an oscilloscope. The CAN is configured in NORMAL_MODE, I have testes before with EXTERNAL_LOOPBAC...

MudKIP by Associate II
  • 1436 Views
  • 3 replies
  • 1 kudos

Resolved! About SPI1,2,3 CLK Config

We are developing using STM32H743.We want to set 100MHz for SPI1 CLK and 117kHz for SPI2,3. However, we cannot set it because of "clock tree" and "maximum divisible limit is 256".Is there any way to achieve the above configuration?

false trigger on break pin b12

Hello experts in my solar inverter i am running pwm at 19k with break enable function polarity high ,i have pulled down breakinput pin with 1k and has not used additional circuit of lm393 yet to control break but the break function falsely trigger au...

break.jpg
ahmash by Associate III
  • 877 Views
  • 3 replies
  • 1 kudos

Resolved! STM32L486VGT6 - Port mapping during Bootloader state

Hello everyone,In my project, I am using the STM32L486VGT6 microcontroller to manage several hardware peripherals. Additionally, I plan to utilize the bootloader feature to flash the code via the USBFS interface.As we know, when the MCU enters bootlo...

NirAlon_0-1733567896038.png NirAlon_1-1733567915738.png
NirAlon by Associate III
  • 1062 Views
  • 4 replies
  • 1 kudos

STM32H7 PCx_C pins unusable for boundary scan?

Hello,I used CubeMX for a design for H75x in LQFP176.I was able to configure SDCKE0+SDNE0 signals of SDRAM Bank 1 to PC2_C and PC3_C.Now I wanted to configure a SDRAM test using JTAG boundary scan but the JTAG tool manufacturer claims that these PCx_...

regjoe by Senior II
  • 2153 Views
  • 9 replies
  • 0 kudos

Resolved! [SOLVED] [STM32H503] SPI1 does not send anything

Good day, everyone.I'm trying to launch SPI1 under Arduino IDE. The transmission didn't work and I switched to direct control of the registers. The code used is below:  #include <Arduino.h> #include <SPI.h> void setup() { SPI.begin(); Serial1.beg...

smalcom1 by Associate
  • 1066 Views
  • 2 replies
  • 2 kudos

STM32U5 bootloader hardfault error

Hello All,I am new to STM32 controllers and am working on flashing my application binary using Xmodem (bootloader) on the STM32U5A5VJ controller. The controller has secure and non-secure memory regions:   Secure region: 0x0C000000 to 0x0C3FFFFF   Non...