STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Whats the problem with USB Host HID

Hello.I have problem using STM32 USB Host HID. I`m stuck in the USBH_Process() function in usbh_core.c, or its better to say stuck in USBH_HID_Process() function in usbh_hid.c file. I am trying to connect a USB keyboard to my own designed stm32f407zg...

0693W00000BZsMjQAL.png 0693W00000BZsMGQA1.png 0693W00000BZsNhQAL.png 0693W00000BZsSYQA1.png
HSh..1 by Associate II
  • 1796 Views
  • 2 replies
  • 0 kudos

Resolved! Two questions about HAL_GPIO_EXTI_IRQHandler

1- Using cubre-mx I enabled two IRQ lines, each generate its own ISRvoid EXTI0_IRQHandler(void){ HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0);}andvoid EXTI15_10_IRQHandler(void){ HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0);}Why HAL joint together both IRQ handlers ...

dhs by Senior
  • 1946 Views
  • 4 replies
  • 0 kudos