STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MTTF Mean Time To Failure for STM32F103 VBT6 and CX

We are using  STM32F103 VBT6 and CX in two of our products.Now we must know the MTTF, Mean Time To Failure, if they arecertified in any way or complies to any standard, ISO 13849 or other?Is this information available so we can have it?

LPalm by Associate
  • 283 Views
  • 1 replies
  • 0 kudos

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