STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Advice on getting STM32 CAN bus to PC

Some time ago I designed a simple CAN to USB device. It accepts CAN network packets, then converts them to a binary packet that is sent to the virtual COM port. It works very well. However, the Virtual COM Port is limited to about 1MB/s even thou...

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
  • 559 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
  • 266 Views
  • 1 replies
  • 0 kudos