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

Apparent minor bug in HAL_TIM_IRQHandler()

There appears to be a minor bug in HAL_TIM_IRQHandler(), in stm32f7xx_hal_tim.chttps://github.com/STMicroelectronics/STM32CubeF7/blob/master/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim.cAPPARENT-BUG SUMMARY:There's a line-of-code that works, b...

JimYuill by Associate II
  • 1632 Views
  • 5 replies
  • 1 kudos

Hello All, I am using STM32f105rbt, issue is comming when i am using Ethernet and PWM using TIM1 simualteniously. individually both are working. please any one can help me?

If i am generating PWM pulse by uing TIM1 (PA8) my ethernnet not worming? for ethernet config i m using CMSIS lib provided by STPwm configuration is s follows RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph...

Shail by Associate II
  • 746 Views
  • 1 replies
  • 0 kudos

STM32F7 record SPDIF data to SD card

Hi,​I'm trying to use a STM32F746 to record SPDIF_Rx to SD card. I'm already got some data and save to SD card.​I use HAL_SPDIFRX_ReceiveDataFlow_DMA(&hspdif, (uint32_t*)&BufferCtl.pcm_buff_32[0], AUDIO_IN_PCM_BUFFER_HALF_SIZE)and HAL_SPDIFRX_RxHalfC...

庭張.1 by Associate
  • 773 Views
  • 0 replies
  • 0 kudos

STM32G4 USBD CMSIS Driver

Is there STM32G4 USBD CMSIS Driver? Because latest (1.5.0) package for G4 doesnt include it. There is an example for CDC, but nothing for CMSIS and RTOS. Seems kinda weird.