cancel
Showing results for 
Search instead for 
Did you mean: 

Having issue with USBX\Ux_Host_MSC example on STM32H573I-DK board

PALGAU007
Visitor

Moved from this thread: https://community.st.com/t5/stm32-mcus-embedded-software/stm32h523-usb-host-without-external-crystal/td-p/755600

I am currently working on a data logger application where data from my custom board is saved onto a USB pen drive. For this project, I am using an STM32H523 microcontroller and referencing the USBX Host MSC example provided in the STM32Cube Firmware Package:
\Users\pc\STM32Cube\Repository\STM32Cube_FW_H5_V1.3.0\Projects\STM32H573I-DK\Applications\USBX\Ux_Host_MSC
I have adapted the example for the STM32H523, ensuring that all configurations are aligned with the settings from the original STM32H573 example. However, when running the application, it gets stuck at the following point in the code
/* Enter the scheduling loop to start executing threads! */
_tx_thread_schedule();

1 REPLY 1
SofLit
ST Employee

Hello,

As this a new question it will be moved to another thread.

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.