mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[ion] N0101: init L1 cache after initing the external flash
This commit is contained in:
@@ -44,7 +44,6 @@ void initMPU() {
|
||||
|
||||
void init() {
|
||||
initFPU();
|
||||
initL1Cache();
|
||||
initMPU();
|
||||
initClocks();
|
||||
|
||||
@@ -65,6 +64,8 @@ void init() {
|
||||
}
|
||||
|
||||
initPeripherals();
|
||||
// Initiate L1 cache after initiating the external flash
|
||||
initL1Cache();
|
||||
|
||||
// TODO if EPSILON_DEVICE_BENCH, run bench? See n0100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user