• USBH - USB_CM3
    Hi, i want to use USB host controller on LPC1778 with USB_CM3.lib and usbh_ohci_lpc177x_8x driver. The board is custom and there are no ISP1301. In driver - usbh_ohci_lpc177x_8x i saw functions for...
  • How to show the thread names in the EventRecorder?
    I got the EventRecorder to work at last, but in the component tab it doesn't show the name of the threads. They are all called "RTX Thread". I already entered a name in the osThreadAttr_t, but it is not...
  • UART + Gui Thread
    Hi all, I got a stm32f746 disco , I am running RTOS and have a gui Thread running. I am trying to send a string out Uart1 when a button is pressed on the GUI. The GUI is up and running, but when I...
  • USBH CDC ACM Virtual Com Port Question
    In Keil's Run Time Environment I will only use USB Port I use it as virtual com. When I coding USB Host Virtual com as usbh cdc acm, usart port included, why?? ////////////////////////...
  • cmsis-rtos v2 - printf not working inside threads
    Hello, I am working with STM32WB55RG platform. I have successfully use printf function with uart. However when I try to use this same function inside cmsis-rtos v2 threads it's not working. Basically...