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

STM32F030 Buz

Hi,I am working on the STM32F030C6 MCU to develop the alarm Buzzer tone generation.I need to buzz the buzzer with different melody tones and also need to control it Volume.Can anyone please share and suggest me how do we achieve the above functionali...

K_P_D by Associate II
  • 1770 Views
  • 9 replies
  • 0 kudos

FD CAN doesn't work properly

What is the best way to set up FD CAN in classic mode on stm32 nucleo h743zi board?Currently, I'm using FDCAN with 16 Mhz frequency on the bus and I want to get 500kbit/s.My settings are:hfdcan1.Init.NominalPrescaler=2;hfdcan1.Init.NominalSyncJumpWid...

MKami.0 by Associate
  • 519 Views
  • 1 replies
  • 0 kudos

STM32F4: Waking from sleep, can't get HSE/PLL running

I'm toggling an I/O in the SYSTICK interrupt every 0.5 seconds with the processor running at 168MHz and using an RTC interrupt to wake the CPU from sleep. This all works well and the processor wakes up after the programmed interval. As per the HAL ...

Mask interrupt temporary

Hi All,I need to enable interrupt on GPIO PC0 only for 1sec: before and later interrupt form PC0 must be ignored.I've tried with disable the interrupt at the init and enable in a thread, wait for 1 sec and then disable again, but it doesn't work!stat...

Multichannel ADC using DMA not working on STM32F429ZI-Disco1

static void MX_ADC1_Init(void) {   /* USER CODE BEGIN ADC1_Init 0 */   /* USER CODE END ADC1_Init 0 */   ADC_ChannelConfTypeDef sConfig;   /* USER CODE BEGIN ADC1_Init 1 */   /* USER CODE END ADC1_Init 1 */ /** Configure the global featur...

MFaro by Associate
  • 482 Views
  • 0 replies
  • 0 kudos