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

Generating a Simple Boost PWM using stm32F103C8T6

I'm working on a Simple Boost PWM at 10KHz switching frequency for my Quasi Z source inverter. My requirements: Two PWM channels should generate complementary sine pwm when the shoot through condition is not satisfied. And the two channels should be ...

PHOTO-2024-04-13-17-29-21.jpg

Resolved! STM32U595ZJT6Q USB not initializing

I'm trying to work with USB on STM32U595ZJT6Q (with SMPS)Ref Clock Selection under USB_OTG_HS is set to 16MHzOTS HS Clock Mux is set to HSE (the board has 16MHz crystal)CubeMX 6.11STM32Cube_FW_U5_V1.5.0The code is stuck in USB_CoreReset, more specifi...

SYako by Associate III
  • 3888 Views
  • 7 replies
  • 0 kudos

Resolved! Canbus callback not working on stm32f429

Hi amazing community.    I am working with stm32f429 and cube ide.  This is my configuration for the project          /** * @brief CAN1 Initialization Function * None * @retval None */ static void MX_CAN1_Init(void) { /* USER CODE BEGIN ...

SGasp1_0-1712731213125.png SGasp1_1-1712731235661.png SGasp1_2-1712731325207.png
SGasp.1 by Senior
  • 7462 Views
  • 11 replies
  • 0 kudos

Resolved! STM32F411 USART2 not working

Hello, I am having trouble getting USART2 to work on my custom STM32F411 discovery board. I have written initialization code for USART2 but I am not seeing any output in my terminal program (minicom). Here are the key parts of my code: void usart_ini...

teosssss by Associate II
  • 3414 Views
  • 4 replies
  • 0 kudos

pow function cause hardfault in bootloader

hi every one so i got a problem with bootloader in stm32 when i switch from bootloader to application everything is fine but at the middle of the user application at one function i face with hardfault. this is my initialization at main function:/* US...

How can i link 2 wifi+mcu boards with one as the access point?

Hi community!I am working on a hobby project (custom pcb) where i need my stm32 mcu to communicate with a wifi chip, which will send data to a second pcb which is a usb dongle with a similar mcu+wifi setup, only that wifi chip acts as an access point...

JTech by Associate II
  • 3748 Views
  • 7 replies
  • 5 kudos

Remote access to ST-Link server

Hi I have recollections from a while ago, that it is possible to have an ST Link connected to one PC, and connect to it via ST Link server from another PC via a network. I have spent alot of time searching trying to find some information on this but ...

AJE by Associate II
  • 8339 Views
  • 8 replies
  • 4 kudos

startup error

make: *** [Core/Startup/subdir.mk:19: Core/Startup/startup_stm32f407vgtx.o] Error 1make: *** Waiting for unfinished jobs....I am facing issue.Identify the issue and try to resolve it.