You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for SAM3 sam-ba bug on chip identification.
Reading an non-existent register on SAM3 will lock sam-ba bootloader.
We can use the CPUID register on 0xE000ED00 (that is common to SAM3
and SAMD21) to first distinguish the architecture and do the specific
CPU identification afterwards.
0 commit comments