User Activity

I have two stm32F4 discovery boards and want to send data from one board to another through USB HID.I uploaded HID Device(as Keyboard) code to one board and uploaded HID Host code in another board. The host code is detecting the device but not recogn...
Hi,I am using cube mx FatFS library for Data Logging in a SD card using STM32F401 board.The examples available on internet, are only writing one time in the text file. I have tried \r and \n in code for new line, But each time I write it starts from ...