Skip to content

Commit 9ed3af5

Browse files
Added request Jedec/DeviceId #17 [SPI_FLASH]
1 parent 96fc13b commit 9ed3af5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/drivers/board/watchboard.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ Board::initBoardSpiFlash()
100100
LOG_DEBUG_ENDL( _jedecId );
101101
}
102102
);
103+
104+
m_pFlashDriver->requestDeviceId();
105+
m_pFlashDriver->requestJEDEDCId();
103106
}
104107
#endif
105108
}

0 commit comments

Comments
 (0)