2022-06-16 08:41 PM
Hello,
I am working on nicleo-h745ziq board according to this video https://youtu.be/wCRIpp-OHY4 i follow the steps biut USB is not get detected why? also I create project for Ux_Device_CDC_device but also in this example usb detection is failed why this happend? i try simple USB CDC as virtual comport is works fine can you please help there is any support for only AZURE RTOS
2022-06-17 04:12 AM
Hi @MDeva.1 ,
Try to increase the heap size, This may solve your problem.
Also, I advise you to follow these links to know how to use the USBx for Azure RTOS applications.
• https://wiki.st.com/stm32mcu/wiki/Introduction_to_USBX
• https://wiki.st.com/stm32mcu/wiki/Introduction_to_Azure_RTOS_with_STM32
Kaouthar
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.
2022-06-17 04:32 AM
I make these following configuration this is right or wrong ,which paramter i have to change?
2022-06-17 06:06 AM
You can change the heap size in the project manager to 0x500 as shown in the below figure.Kaouthar
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.
2022-06-17 06:21 AM
@MDeva.1 Could you please verify your endpoint config?