2024-07-16 05:05 AM
Hi,
during porting the USBX as host stack to an stm32h7 I was getting an error indication,
that a semaphore was used during interrupt context (OTG_HS_IRQHandler).
For my opinion, it is wrong to call the generated code out of the ISR without decoupling the context.
How did you solve the problem? Is there a posibility in cubemx the generate code with decoupling the context?
.