User Activity

Posted on July 05, 2018 at 11:12I have interfaced an STM32F446RE in USB-CDC mode. I have made it device only, I set the middleware to CDC, and I set the clock appropriately too. I also added the change to CDC_Transmit_FS function. When I try to use ...
Posted on July 05, 2018 at 10:24Can the USB port be used for communication and power supply at the same time. What is the baud rate at which the communication happens?
Posted on July 05, 2018 at 08:00Hi, I am trying to interface my SSTM32F446RE with the computer using USB VCP CDC interface. I have configured it using cubeMX and it is set up perfectly. Do i have to connect anything to USB_OTG_FS_DM USB_OTG_FS_DP Pi...
Posted on July 04, 2018 at 10:36I am working on a 3 channel frequency counter on STM32F446RE. I am displaying the values on an LCD 20x4 display. The LCD driver uses TIM1 in order to generate the microsecond and millisecond delays. I am also using TI...
Posted on July 02, 2018 at 12:12I am trying to interface an STM32F446RE to an LCD display. Ive tried a number of drivers, but none of them seem to work and I am not getting a display on the screen. The backlight is glowing, which means the power sou...