mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add comment about write buffer.
This commit is contained in:
parent
77ae730d36
commit
66a7330d1e
@ -296,6 +296,10 @@ int main(void)
|
||||
int sensor_init_ret = 0;
|
||||
bool first_soft_reset = true;
|
||||
|
||||
// Uncomment to disable write buffer to get precise faults.
|
||||
// NOTE: Cache should be disabled on M7.
|
||||
//SCnSCB->ACTLR |= SCnSCB_ACTLR_DISDEFWBUF_Msk;
|
||||
|
||||
// STM32F4xx HAL library initialization:
|
||||
// - Set NVIC Group Priority to 4
|
||||
// - Configure the Flash prefetch, instruction and Data caches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user