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
We run the SYSKEY unlock sequence a few times in the code (i.e. here), we should move it all under one function and ensure that interrupts are disabled when the sequence is run.
Acceptance Criteria:
Add functions that run the unlock/lock sequence
Ensure interrupts are disabled while the sequence is being run
The text was updated successfully, but these errors were encountered:
mtusnio
changed the title
Refactor all instances of PIC32 unlock sequence into a separate function
Refactor all instances of PIC32 unlock sequence into separate functions
Mar 20, 2017
We run the SYSKEY unlock sequence a few times in the code (i.e. here), we should move it all under one function and ensure that interrupts are disabled when the sequence is run.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: