We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a77b9 commit 6718f2dCopy full SHA for 6718f2d
src/flash.c
@@ -68,6 +68,7 @@ void flash_write_trigger() {
68
; Put our trigger instruction in the HOME segment (shared with some startup code)
69
; where it wont move around too much
70
.area HOME (CODE)
71
+ ; Comment or uncomment these lines to adjust if you change the start.asm code
72
nop ; Padding to get onto 16-bit boundary
73
flash_write_trigger_instruction:
74
orl _FCTL, #0x02 ; FCTL |= FCTL_ERASE
0 commit comments