User Activity

My mcu is H743, the MDMA is enable for SD. The FATFS is used to operate file system. CubeMX is used to generate template code.Without the FreeRTOS, both of the FATFS functions f_write() and f_read () work correctly. But when the FreeRTOS is used, f_w...
As title. In order to test the external loader algorithm, I add a test data to a QSPI project that can be excuted correctly when downloaded to the internal flash. The test data will be written in the external flash via the external download algorith...
I use CubeMX to construct a project for RGB LCD in a STM32F767 custom board.MPU is enable, and is set as followSDRAM is used and FMC is set as :​DMA2D is actived and set as :​the LTDC is set as : ​​The following code is used to fill the LCD with colo...