User Activity

Hi EveryoneI use STM32G474RE with CubeIDE 1.13.1 and MCU Package G4 V1.5.1I have a problem, when an I2C_MEM_READ_IT encounters a NAK on the memory address. A typical I2C mem read is: Start DevAdr(W) (Ack) MemoryAdr (Ack) RepeatedStart DevAdr(R) data(...
Hello EveryoneI am struggling to get STM32G474 FDCAN working, especially error handling. Normal transmission works fine. I use TXQueue (not TXFifo) mode. I can write messages to each of the 3 message buffers. Messages are sent, I get a Transmit Occur...
Hello Everyone:I use azure RTOS USBX storage (MSC) and FileX.. My STM32H735 acts as a USB storage device using a RAM-Disk. I have FileX running, which allows me to add files to the RAM-Disk from inside the STM32H735Problem: Windows caches the content...
Hello everyoneDoes anyone have example code for Azure RTOS USBX device class video (UVC)?I was able to add Video to my USBX demo application on Nucleo H7A3There was sample code for CDC_ACM and MSC (mass storage), this worked fine. But for device clas...
Hello Everyone I am trying to make AzureRTOS USBX CDC ACM work on my Nucelo H7A3ZI I am thrilled that CubeIDE now allows to select Packages like AzureRTOS_H7.   I was quite successful. ThreadX is running fine. I was able to enable USBX Device CDC ACM...