mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Cosmetic update to README
This commit is contained in:
@@ -362,8 +362,9 @@ Connectivity:
|
|||||||
|
|
||||||
I2C address:
|
I2C address:
|
||||||
|
|
||||||
The 7-bit address of the AT24 part is is 0b1011AAA where AAA is the state
|
The 7-bit addresses of the AT24 part are 0b1010AAA for the normal 2Kbit
|
||||||
of the A0, A1, and A3 pins on the part. On the SAMV71-XULT board, these
|
memory and 0b1011aaa for the "extended memory" where aaa is the state of
|
||||||
|
the A0, A1, and A3 pins on the part. On the SAMV71-XULT board, these
|
||||||
are all pulled high so the full, 7-bit address is 0x5f.
|
are all pulled high so the full, 7-bit address is 0x5f.
|
||||||
|
|
||||||
Networking
|
Networking
|
||||||
@@ -859,11 +860,11 @@ Configuration sub-directories
|
|||||||
70: -- -- -- -- -- -- -- --
|
70: -- -- -- -- -- -- -- --
|
||||||
nsh>
|
nsh>
|
||||||
|
|
||||||
Where 0x1a us the address of the WM8904 Audio CODEC and 0x5f is the
|
Where 0x1a us the address of the WM8904 Audio CODEC, 0x28 is the
|
||||||
address of the AT24 EEPROM (I am not sure what the others are as
|
address of TWI interface to the EDBG, 0x4e is the address of the
|
||||||
this writing).
|
CP2100CP programmable PLL, and 0x57 and 0x5f are the addresses of
|
||||||
|
the AT2 EEPROM (I am not sure what the other address, 0x37, is are
|
||||||
CAREFUL!!! You can trash your MAC address using the I2C tool!
|
as this writing).
|
||||||
|
|
||||||
7. Support for HSMCI is built-in by default. The SAMV71-XULT provides
|
7. Support for HSMCI is built-in by default. The SAMV71-XULT provides
|
||||||
one full-size SD memory card slot. Refer to the section entitled
|
one full-size SD memory card slot. Refer to the section entitled
|
||||||
|
|||||||
Reference in New Issue
Block a user