rusEFI
The most advanced open source ECU
|
Definition in file mpu_util.cpp.
Functions | |
bool | mcuCanFlashWhileRunning () |
size_t | flashSectorSize (flashsector_t sector) |
Get the size of sector . | |
uintptr_t | getFlashAddrFirstCopy () |
uintptr_t | getFlashAddrSecondCopy () |
void | stm32_standby () |
size_t flashSectorSize | ( | flashsector_t | sector | ) |
Get the size of sector
.
sector
size in bytes. Definition at line 15 of file mpu_util.cpp.
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 28 of file mpu_util.cpp.
uintptr_t getFlashAddrSecondCopy | ( | void | ) |
Definition at line 35 of file mpu_util.cpp.
bool mcuCanFlashWhileRunning | ( | ) |
Definition at line 10 of file mpu_util.cpp.
void stm32_standby | ( | ) |
Definition at line 46 of file mpu_util.cpp.