Update ion/src/device/n0110/drivers/board.cpp

Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com>
This commit is contained in:
devdl11
2022-04-08 18:06:59 +02:00
committed by GitHub
parent 0e46954f80
commit 3b955c2eb6

View File

@@ -62,7 +62,7 @@ void initMPU() {
/* This is needed for interfacing with the LCD
* We define the whole FMC memory bank 1 as strongly ordered, non-executable
* and not accessible. We define the FMC command and data addresses as
* writeable non-cachable, non-buffereable and non shareable. */
* writeable non-cacheable, non-buffereable and non shareable. */
int sector = 0;
MPU.RNR()->setREGION(sector++);
MPU.RBAR()->setADDR(0x60000000);