We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6e9ec commit 3fb35bcCopy full SHA for 3fb35bc
1 file changed
hw/bsp/nrf52/syscfg.yml
@@ -62,7 +62,7 @@ syscfg.vals:
62
SPIFLASH_SPI_NUM: 0 # SPI Interface 0
63
SPIFLASH_SPI_CS_PIN: 5 # SPI interface CS pin: P0.05/AIN3, SPI-CE# (SPI-NOR)
64
SPIFLASH_BAUDRATE: 8000 # Requested baudrate, 8000 is the fastest baudrate supported by nRF52832
65
- SPIFLASH_MANUFACTURER: 0x0B # Expected SpiFlash manufacturer as read by Read JEDEC ID command 9FH
+ SPIFLASH_MANUFACTURER: 0x20 # Expected SpiFlash manufacturer as read by Read JEDEC ID command 9FH
66
SPIFLASH_MEMORY_TYPE: 0x40 # Expected SpiFlash memory type as read by Read JEDEC ID command 9FH
67
SPIFLASH_MEMORY_CAPACITY: 0x16 # Expected SpiFlash memory capactity as read by Read JEDEC ID command 9FH (2 ^ 0x16 = 32 Mb)
68
SPIFLASH_SECTOR_COUNT: 1024 # Number of sectors: 1024 sectors of 4 KB each
0 commit comments