STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Can PWM settings affect other timer settings?

   #include "Main.h" #define MAX_Intensity 1600 static volatile uint16_t Intensity = 10; void Timer4_Configuration(void) { TIM_TimeBaseInitTypeDef TIM_BaseStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); TIM_BaseStructure.TIM_P...

treeset by Associate II
  • 686 Views
  • 5 replies
  • 1 kudos

Resolved! STM32G474 FDCAN Interrupt does not trigger

The FDCAN (in my case fdcan2) for a custom board based on STM32G474RCT that I am working on does not seem to work as expected. The transmission of messages is working OK. I can receive the test message from the board over to the host PC CAN sniffer a...

SPate.8 by Associate
  • 285 Views
  • 1 replies
  • 0 kudos

Resolved! F407G-DISC1 RTC not working

I use F407G-DISC1 and RTC values dont change i have. In project i have I2S sound filtering and button that displays number on LEDs in binary, when button is pressed. But nothing happening on button press. Did i missed something?     /* USER CODE BEGI...

CzyzyK by Associate II
  • 840 Views
  • 3 replies
  • 1 kudos

Resolved! Stm32h755: hardware questions

Hi I am developing a board with two MCU on it (stm32h755), and I am going to programme these two controllers from the same connector using only two lines (SWDIO SWCLK), I have connected same CLOCK line to both MCUs directly, and the SWDIO to a switch...

baselimadt_0-1733228227067.png

Resolved! USB Type C Application with STM32

Hi,We want to use the Type C connector with STM32 as "STM32 USB2.0 host conversion for USB Type-C platforms" for 5V, 500mA application. We have got one application circuit in STM32 application circuit. (Fig 11)Introduction to USB Type-C® Power Delive...

Unable to talk to BMP280 over SPI

I am attempting to talk to BMP280 over SPI using Nucelo-F401RE. I am using SPI2 on the F401RE board to do so, I am able to read from it correctly but I can't seem to write to it in order to communicate with it. My code is as follows   /* USER CODE B...

BadEngineer_0-1729687715488.png BadEngineer_1-1729687992419.png BadEngineer_2-1729688014300.png