Azure RTOS USBx working issue
Hello,
I am working on NUCLEO-H745ZIQ board. In stm32CUBEMX they provide example code for USBX Azure RTOS. In that examples, I am working on UX_Device_CDC_ACM. According to that I configure the all the parameter in cubemx. But I am facing the problems in that, like when I try to configure Timebase source as TIMER instead of systick it doesn't allow it, all the option are not available, only systick is available. When the USB Port is get detect I have to go in Device manager option then update driver and then it get detected in Tera terminal. After the port is get connected, when I try to change its baudrate 9600 to 115200 the terminal goes in not responding mode. When I send the data on ports is not get receive.
The function CDC_FS in not get called. The UART _Init function is not get called,I am facing this issue.


