User Activity

I'm using usb vcp for my project on STM32F407VET6.I had a XCORE407i board with a STM32F407IGt6 and when I connected it's HS usb to the PC, the "hUsbDeviceHS.dev_state" was changed to "USBD_STATE_CONFIGURED" and after disconnecting the cable, the stat...
I've got a "K9F1G08U0E" nand flash. I was trying to understand how to use the generated ECC in the STM32 MCU "ECCx register" to check the validity of data received from the NAND flash. but in the documentation there is no explanation on how to use th...
I just made a FS_USB_MSC project and I wanted to access the flash from my windows computer.when I use RAM space for the STORAGE_Read_FS and STORAGE_Write_FS I can Access the RAM without any problem. and also I can format the space in windows to be ab...
I was gonna make a project that can map USB MSC to an eMMC or external NAND Flash memory. but my knowledge of FSMC and SDIO is not enough and also I haven't worked with USB peripheral.my choice of MCU is STM32F407IGT6.can you help me find good resour...