SCB_DisableDCache rollback
This commit is contained in:
parent
59c293b548
commit
a5f3b3f33e
|
@ -81,7 +81,8 @@ void baseMCUInit(void) {
|
||||||
|
|
||||||
BOR_Set(BOR_Level_1); // one step above default value
|
BOR_Set(BOR_Level_1); // one step above default value
|
||||||
|
|
||||||
SCB_DisableDCache();
|
// open question if we need this or not
|
||||||
|
// SCB_DisableDCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _unhandled_exception(void) {
|
void _unhandled_exception(void) {
|
||||||
|
|
Loading…
Reference in New Issue