STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 SPI interrupts stop firing with FreeRTOS

Hi, I'm using stm33F7 reading sensor via SPI communication, it's working in slave only receive mode, I can read data in interrupt mode perfectly without os, but as I enable FreeRTOS (using STM32CUBE) after a random time interrupt stops firing. I'm al...

afra by Associate
  • 412 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 F407G trouble USB CDC

Hi, can somebody help with USB CDC on stm32f407G-DISC. I have configure in CUBE MX to use usb CDC in FS and when i connect to PC ( WINDOWS 10)  i see setting up device (STM32_Comport) and then pc says that USB serial device is ready to use. Why windo...

Mku1 by Associate III
  • 1030 Views
  • 5 replies
  • 0 kudos

STM32F746-DISCO audio

Hi everyoneI want use STM32F746-DISCO audio unit.I want make a application whit touchGFX which also has audio output.What are the solutions for audio output?

Timer output goes hi while starting DMA.

My CPU is STM32H750VBTxMy Configuration of the timer is void MX_TIM2_Init(void) { TIM_SlaveConfigTypeDef sSlaveConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sConfigOC = {0};   htim2.Instance = TIM2; htim2.Ini...

dirk2399 by Associate
  • 689 Views
  • 3 replies
  • 1 kudos

Resolved! Package for STM32F1 Series 1.8.0 trouble

Use this "STM32Cube Package for STM32F1 Series 1.8.0" ,  This statement:__HAL_TIM_SET_CAPTUREPOLARITY(htim,TIM_CHANNEL_2,TIM_INPUTCHANNELPOLARITY_FALLING); is wrong.   Tips: ../Src/freertos.c(417): error: #53: expected a ":"but in 1.7.0, it is Correc...

lzai by Associate
  • 1234 Views
  • 4 replies
  • 0 kudos

PWM DMA: Interrupt Callback not working on STM32L452

Sorry if the question sounds stupid, I am new to STM32.I managed to have a PWM working, timer 1, pos/negative, deadtime, working with DMA from an array with pre-calculated values. HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, sine_val, samples); HAL_T...

maelli by Associate II
  • 381 Views
  • 0 replies
  • 0 kudos