I2C Registers: Difference between revisions

MarcusD (talk | contribs)
Added free RAM and fixed spelling mistake
MarcusD (talk | contribs)
m Removed volatile as it doesn't make sense; the MCU is always running, even when the SoC doesn't
Line 234: Line 234:
   s* = shared register (explaination below this table)
   s* = shared register (explaination below this table)
   ds = dynamic shared (explaination below this table)
   ds = dynamic shared (explaination below this table)
  *v = volatile (survives reboots)
{| class="wikitable" border="1"
{| class="wikitable" border="1"
!  REGISTER
!  REGISTER
Line 330: Line 329:
- 0x17
- 0x17
| s
| s
| rw v
| rw
| Unused and unreferenced free RAM! Good for userdata.
| Unused and unreferenced free RAM! Good for userdata.
|-
|-
Line 367: Line 366:
- 0x1F
- 0x1F
| s
| s
| rw v
| rw
| Unused and unreferenced free RAM! Good for userdata.
| Unused and unreferenced free RAM! Good for userdata.
|-
|-