User Activity

Posted on February 13, 2017 at 11:30I am trying to make USB FS driver detection by host PC.I made some changes to the driver as per the youtube link:https://www.youtube.com/watch?v=Jpul3w10tOU&t=1175s The application is sending 'Hello World' string ...
Posted on February 06, 2017 at 13:32I have data coming through UART interrupt to STM32F4, I need to stop receiving bytes after say 20millsec.It was implemented using Std peripheral library, I am trying to implement the same in HAL library:void Logge...
Posted on February 05, 2017 at 15:40Does CTS/RTS signals get asserted or de-asserted between transmitter and receiver by just enabling hardware flow control for UART in stm32cube software ?Do I need to check the statuses of CTS/RTS signals for using...
Posted on February 04, 2017 at 13:06I am trying make communication between RN4020 Bluetooth module and STM32F411RCT MCU.They are connected with UART and CTS/RTS, hardware flow control is recommended for this communication.It would be great if I coul...
Posted on January 31, 2017 at 06:44 I am trying to make communication between STM32F411RCT6 and character LCD NHD-C0220BIZ-FS(RGB)-FBW-3VM using I2C protocol. STM32 is the master and the LCD is slave device. I am using stm32cubemx and HAL...