STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 HID host class library, mouse mode

Posted on January 08, 2018 at 15:08I've generated a new project for STM32446 with CubeMX (v. 4.23.0, repository v 1.18)with USB in host mode and only HID class. On a custom board.It works right 'out of the box' and detects attachment of standard PC ...

Pavel A. by Evangelist III
  • 580 Views
  • 4 replies
  • 0 kudos

adjustment for HAL

Posted on January 17, 2018 at 03:36can the HAL programmers please add the __weak attributes to the interrupt routines.I had to add this one again today:__weak  void CEC_CAN_IRQHandler(void);  // in stm32f0xx.hand this one:__weak void CEC_CAN_IRQHand...

T J by Lead
  • 597 Views
  • 4 replies
  • 0 kudos

PDM Filter Hard fault

Posted on January 14, 2018 at 16:15HiI am working with 'stm32l433ccu6' ARM processor and I got a serious problem which cause Hard Fault Error inside my firmware. The problem arise when I run PDM_Filter_64_LSB() function from libPDMFilter_CM4F_keil.l...