Skip to content

Change flash memory allocation to move maze and calibration save data to smaller sectors

Daniel Xue requested to merge flash-speedup into master

Speed up flash writing through the remapping of output into different sectors.

  • Main program code (.text, .data) put in sectors 5-11
  • Maze data in sector 1
  • Calibration data in sector 2

Closes #50 (closed)

Edited by Daniel Xue

Merge request reports