User Activity

Posted on March 21, 2017 at 09:56Hi.I'm working with a test application that is a USB MSC device, the device is the SD card. The code is created by Cube. It works fine with SD cards wit 512 block size. Now I have a 1024 block size SD and it doesn't ...
Posted on November 04, 2016 at 13:14Hi. I'm working with a STM32F769I-DISCO board. I've generated a project created with ST32Cube. I've selected LTDC -> ''RG888 (24 bits) DSI'' and I've enabled DMA2D. I'm comparing with the LCD_DSI example. I've se...
Posted on October 28, 2016 at 09:13Hi. I've generated a project using Cube, but the Drivers directory is void (it has subdirectories but any file), and then the project is full of errors. I've attached the project. The project properties are: - STM3...
Posted on October 27, 2016 at 11:08Hi. Based on chinzei.tsuneo's code in [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Multiple%20USB%20CDC%20%28USB%20IAD%29.%20...
Posted on October 20, 2016 at 18:05 Hi. I'm using the STM32F769I-DISCO board. I'm trying to manage the SD card in FAT FS. I've merged a new project created in CubeMX and the 'FatFs_uSD' example from STM32F769I_EVAL example. I...