Skip to content

Commit

Permalink
target: max32660: align second double buffer to size of one sector (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt-t3r authored Oct 25, 2022
1 parent 2ad5fd0 commit 2cb49b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyocd/target/builtin/target_MAX32660.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'page_size' : 0x400,
'analyzer_supported' : False,
'analyzer_address' : 0x00000000,
'page_buffers' : [0x20001000, 0x20001400], # Enable double buffering
'page_buffers' : [0x20001000, 0x20002000], # Enable double buffering
'min_program_length' : 0x400,

# Relative region addresses and sizes
Expand Down

0 comments on commit 2cb49b6

Please sign in to comment.