STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

WHY AZURE RTOS Usbx take time to initialize?

Hello,I am working on Nucleo-h745ziq board. According the Ux_Device_CDC_ accordingly I create project for Nucleo-H745ziq board. After connecting the user USB to port I have to go device driver and update the port after that I get the port in Tera ter...

MDeva.1 by Associate II
  • 132 Views
  • 1 replies
  • 0 kudos

We found some time the UART interrupt call back function (HAL_UART_RxCpltCallback) will shut down but the IRQ function (UART5_IRQHandler ) still working. Because we have add the counter in call back function and IRQ function 。

We found some time the UART interrupt call back function (HAL_UART_RxCpltCallback) will shut down but the IRQ function (UART5_IRQHandler ) still working. Because we have add the counter in call back function and IRQ function , when the communication ...

User.100 by Associate II
  • 261 Views
  • 3 replies
  • 0 kudos

USB CDC Host SetControlLineState

HiCan anyone please show me an example of a working USB CDC Host sending the SetControlLineState command? This hasn't been implemented in the STM32 HAL drivers/middleware but it should be a simple thing to add.SetControlLineState is used to signal t...