STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Setting the timer TIM1 in STM32F407

Hello! I can not run PWM on TIM1 channel CH1N. Can you please tell me what I am doing wrong?LL_TIM_InitTypeDef TIM_InitStruct;LL_TIM_OC_InitTypeDef TIM_OC_InitStruct;LL_GPIO_InitTypeDef GPIO_InitStruct;/* Enable the peripheral clock of GPIOs */LL_AHB...

SPL2LL-Converter Out of memory

Hi,I'm trying to covert old drivers to new ones.I use the SPL2LL converter tool.Folder size to be converted is ~71MByte.I get "Out of memory" error. What should I do?Please fins attached snapshot.Thanks,Aviv

AFink by Associate III
  • 1281 Views
  • 4 replies
  • 0 kudos

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...

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
  • 313 Views
  • 0 replies
  • 0 kudos