Skip to content

Commit 3fb35bc

Browse files
author
tt1pjm
committed
P8 SPIFlash Manufacturer
1 parent 3e6e9ec commit 3fb35bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hw/bsp/nrf52/syscfg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ syscfg.vals:
6262
SPIFLASH_SPI_NUM: 0 # SPI Interface 0
6363
SPIFLASH_SPI_CS_PIN: 5 # SPI interface CS pin: P0.05/AIN3, SPI-CE# (SPI-NOR)
6464
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
65+
SPIFLASH_MANUFACTURER: 0x20 # Expected SpiFlash manufacturer as read by Read JEDEC ID command 9FH
6666
SPIFLASH_MEMORY_TYPE: 0x40 # Expected SpiFlash memory type as read by Read JEDEC ID command 9FH
6767
SPIFLASH_MEMORY_CAPACITY: 0x16 # Expected SpiFlash memory capactity as read by Read JEDEC ID command 9FH (2 ^ 0x16 = 32 Mb)
6868
SPIFLASH_SECTOR_COUNT: 1024 # Number of sectors: 1024 sectors of 4 KB each

0 commit comments

Comments
 (0)