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

Hi Friends, I am trying to generate the audio by using STM32F103C8T6 board . I am using raw wav data. I configured TIM2 to generate 8Khz PWM pulse . when I am attaching the speaker to PA0 Pin only some tic and noise sound generate. Please help me.

//The wav sample format is from 8bit sound, 8K Hz in an hexadecimal converted arrayThe given below is details of my TIM2 Init function.static void MX_TIM2_Init(void){ TIM_MasterConfigTypeDef sMasterConfig; TIM_OC_InitTypeDef sConfigOC; htim2.Instance...

Buffer size error when compiling the embedded webserver on STM32F7 with a different display image than provided. Any ideas?

I am running the embedded web server on the STM32F7 and I changed the linked image that is displayed on the MCU. It compiles, but doesn't display. After investigating, a buffer size error is being thrown and consequently the main code gets stuck in...

TSnyd by Associate
  • 423 Views
  • 0 replies
  • 0 kudos

Access ETM only with code without the use of debug kits

My board is Nucleo F401RE. This is the first time I've ever been doing this.I am using a pointer to the main registry of ETM, its address I read it on the datasheet.My problem is that wanting to change the bits of this log I do not change it the corr...

LRusc by Associate
  • 366 Views
  • 0 replies
  • 0 kudos

Vdda Vs Vdd Stm32l433cc

HiMy stm32l433cc circuit has two different LDO, one for Vdd and another for Vdda. Can you tell me please can i run my controller without Vdda power? I need to turn on/off analog power when i need it. Is it possible on stm32l433cc?

mkozi.17 by Associate II
  • 1198 Views
  • 5 replies
  • 0 kudos