User Activity

Hello,I have been trying to open two files simultaneously in sdcard (one in READ mode and another one in Write mode) using the STMCUBE IDE fatfs library. Since two files requires two file handles so I have defined below mentioned parameters in the fa...
Hello, I am trying to interface the sdcard FAT32 based on SPI with STM32F429ZI MCU. I am using the FATFS library (R0.12c) provided in the stmcube ide. I am able to successfully initialize the sdcard using f_mount() function. I want to implement the b...
Hello,I have been using STM USB HOST HID class library to implement the USB keyboard on my STM32F429ZI custom board. I have been able to successfully enumerate the USB keyboard and getting the key pressed on the keyboard using the custom keyread() fu...
Hello,I am trying to implement USB host hid class library with stm32F756zg mcu to interface the usb keyboard. I have implemented the uart also to sent the pressed key on the uart to identify it.There is one issue i am observing that it is not sending...