2024-04-22 12:30 AM
I'm using two STM32F407VGTX EVK boards to configure as host and device in BareMetal, which is working fine.
I have configured (Host and Device) the same in FreeRTOS, but it is hitting hardfault error from "static void USBH_Process_OS(void *argument)" function( usbh_core.c). Need yours support to resolve this issue.
Below the have sent the code snippet .
2024-04-22 04:07 AM
Hi @usha
I suggest isolating the issue and test USB Host CDC without RTOS, dig deeper and debug the HardFault.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.