User Activity

I am trying to operate 480x272 RGB LCD, SDRAM(for graphic memory), flash memory(for log), BLDC motor, wifi, sound, freeRTOS. At first, it was implemented with STM32F767IIT (flash-2MB, ram-512KB). Since there are too many pins connected to SDRAM and L...
If the Data cache is disabled to solve dma data coherency, it reduce performance a lot?  I know functions SCB_ClearDCache(), SCB_InvalidateDCache() to solve that issue. But there is a risk that an error message will not occur even if omitted by mista...
<configuration​>FreeRTOS, STM32F767, flash memory(W25Q128)using SPI5_Tx/Rx with DMAFull duplex, 4 line, 8 bits, Prescaler = 2, CPOL=Low, CPHA=1 Edge (Mode 0)DMA2_Stream3 for Tx (Very High Priority), DMA2_Stream4 for Rx (Very High Priority) Normal Mod...
When the button on the LCD is pressed, the relevant screen is displayed and data (6000 bytes) must be saved. When the button is pressed, the screen is displayed without any problem, but a DMA error occurred in the process of writing data to the memor...
clock configurationMCU: STM32F767IITIDE/Debugger: STM32CubeIDE / SEGGER J-Link​When HAL_PWREx_EnableOverDrive() is executed after changing the block size of SPI Flash, the following error occurs: Break at address "0x64da2200" with no debug informatio...
Kudos from