atmel-samd: Ensure MTB is off in case we ran a debug build before

a non-debug build.
This commit is contained in:
Scott Shawcroft 2017-09-06 00:19:57 -07:00 committed by Scott Shawcroft
parent 6baacf46b7
commit c0159c5e80
1 changed files with 4 additions and 0 deletions

View File

@ -513,6 +513,10 @@ safe_mode_t samd21_init(void) {
REG_MTB_POSITION = ((uint32_t) (mtb - REG_MTB_BASE)) & 0xFFFFFFF8;
REG_MTB_FLOW = (((uint32_t) mtb - REG_MTB_BASE) + TRACE_BUFFER_SIZE_BYTES) & 0xFFFFFFF8;
REG_MTB_MASTER = 0x80000000 + (TRACE_BUFFER_MAGNITUDE_PACKETS - 1);
#else
// Triple check that the MTB is off. Switching between debug and non-debug
// builds can leave it set over reset and wreak havok as a result.
REG_MTB_MASTER = 0x00000000 + 6;
#endif
// On power on start or external reset, set _ezero to the canary word. If it