rusEFI
The most advanced open source ECU
|
Definition in file mpu_util.cpp.
Functions | |
bool | mcuCanFlashWhileRunning () |
size_t | flashSectorSize (flashsector_t) |
Get the size of sector . | |
uintptr_t | getFlashAddrFirstCopy () |
uintptr_t | getFlashAddrSecondCopy () |
size_t flashSectorSize | ( | flashsector_t | sector | ) |
Get the size of sector
.
sector
size in bytes. Definition at line 20 of file mpu_util.cpp.
Referenced by intFlashSectorBegin(), and intFlashSectorErase().
uintptr_t getFlashAddrFirstCopy | ( | void | ) |
Flex Non Volatile Memory is faster than flash It also has smaller pages so it takes less time to erase
There is no remote access to FlexNVM meaning that we cannot erase settings externally
Definition at line 27 of file mpu_util.cpp.
uintptr_t getFlashAddrSecondCopy | ( | void | ) |
Definition at line 35 of file mpu_util.cpp.
bool mcuCanFlashWhileRunning | ( | ) |
Definition at line 12 of file mpu_util.cpp.