Nikolaev_Aleksey (01.02.2014 04:36, просмотров: 1576)
Stm32f429/439 errata помогите разобраться 2.8.4 Corruption of data read from the FMC Description
When the FMC is used as stack, heap or variable data, an interrupt occurring during a CPU read access to the FMC may results in read data corruption or hard fault exception. This problem does not occur when read accesses are performed by another master or when FMC accesses are done when the interrupts are disabled.
Workaround
Two workarounds can be applied:
• Do not use the FMC as stack or heap, and make sure CPU read accesses to the FMC are performed while interrupts are disabled
• Use only DMAs to perform read accesses to the FMC.
Правильно ли я понимаю что в случае размещения видеобуфера в SDRAM я смогу считать из него данные только при запрещенных прерываниях, либо через механизм DMA?