We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e4fb9 + 110bdd5 commit 2fd932dCopy full SHA for 2fd932d
source/nordic/nrf52833/FlashDev.c
@@ -25,7 +25,7 @@ struct FlashDevice const FlashDevice = {
25
ONCHIP, // Device Type
26
0x00000000, // Flash start address
27
0x00080000, // Flash total size (512 KB)
28
- 0x1000, // Programming Page Size (4 KB)
+ 4, // Programming Page Size (4 bytes minimum write)
29
0, // Reserved, must be 0
30
0xFF, // Initial Content of Erased Memory
31
100, // Program Page Timeout 100 mSec
0 commit comments