I have a board including stm32f767 .The LTDC unit is set and the LCD works well.I want to define an array in the SDRAM. I defined it in the Address: 0XCF000000 that does not have overlap with the LCD frame buffer: u16 Buffertest[200] attribute((at(0XCF000000)))
But when I run the program, the LCD was hanged.
I would be grateful to hear your guidance. Kind regards