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

stm32h735 FDCAN not working

/* USER CODE BEGIN Header */ /* USER CODE END Header */   #include "main.h" FDCAN_HandleTypeDef hfdcan1;   /* USER CODE BEGIN PV */ /* USER CODE END PV */   /* Private function prototypes -----------------------------------------------*/ void Syste...

sid1401w by Associate
  • 2667 Views
  • 2 replies
  • 0 kudos

Not able to enable BOOT_LOCK through Hex file in STM32G4

Hi,I am using STM32G431 MCU and PB8-BOOT0 pin is used as UART3 RX, with STM32 cube programmer i am able to change option bytes, but for my production, i need single hex file included with option bytes, I tried with below method In .s File added below...

nagaparimi_1-1709552051957.png nagaparimi_2-1709552313440.png

STM32F407 discovery card debug error, Core is held in reset

Now, I was only using the stlink part of the card to program another stm32 microcontroller. While running it in debug mode, I cut off the power of the card and it remained in debug mode all the time, in a way that I cannot understand now, and a conne...

Melek by Associate II
  • 10327 Views
  • 7 replies
  • 0 kudos

Nucleo-STM32H563ZI RTC SSR Value Jump Back

I am programming a Nucleo-STM32H563ZI and get a problem while trying to get subseconds value in RTC. Below is the main code:         unsigned prev_ssr = 0; char print_buf[32] = { 0 }; unsigned this_ssr; int count; while (1) { this_ssr ...

floatsky by Associate II
  • 2837 Views
  • 2 replies
  • 0 kudos

STM32F4 USB host/device with USB-C connector

Hi, I want to use a USB with USB-C connector and STM32F427 mostly as a HOST for USB mass storage, but it has to be able to switch to device, works as serial port. A 5V can be applied to the USB by a power switch for a HOST mode, and can be detected w...

mkuczma by Associate
  • 2118 Views
  • 1 replies
  • 0 kudos

Resolved! Screen flickering while using TFT-LCD with LTDC

Hi.A custom board was built using the STM32H753XI. The board contains 16MB SDRAM and we want to use it with an LTDC to display a screen on a TFT-LCD.I used the embedded wizard to create the UI and verified that it displays correctly on the LCD screen...

LCD-Timing.png Clock.png

Using CubeIDE to configure I2S, can't set I2S Clock

hello, I'm tring to configure STM32F103RCT6 to interface a codec with I2S. I use a 8MHz external crystal as HSE, in the clock configuration page, the I2S clock is direct connect to SYSCLK and cannot be adjusted. the selected audio frequency is 48KHz,...

截屏2024-03-03 18.44.37.png 截屏2024-03-03 18.44.47.png
Wal by Associate II
  • 4262 Views
  • 5 replies
  • 0 kudos

Reg:Bootloader

Hello Team, I am trying to implement a bootloader for stm32f769 controller, My bootloader code resides in sector 0 and application code in sector 5. But I am not able to jump from bootloader code to application code. Any help will be highly useful. B...