STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB_NOE- what is it for exactly?

Hello,I have read the RM0091 and some posts on the forums, i.e.: https://community.st.com/s/question/0D50X00009XkgYiSAJ/stm32f042-usb-what-is-activate-oe?t=1672784003313With all that, I am still unable to understand what is the USB_NOE functionality ...

0693W00000Y7KblQAF.png

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
  • 1086 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
  • 1001 Views
  • 4 replies
  • 0 kudos