Changes

Jump to navigation Jump to search
18 bytes added ,  18:45, 18 April 2018
m
Minor corrections
Line 471: Line 471:  
| 0x30
 
| 0x30
 
- 0x37
 
- 0x37
| s
+
| ds
 
| rw
 
| rw
 
| RTC time (system clock). 7 bytes are read from this. The upper nibble of each byte encodes 10s (BCD), so each byte is post-processed with (byte & 0xF) + (10 * (byte >> 4)).
 
| RTC time (system clock). 7 bytes are read from this. The upper nibble of each byte encodes 10s (BCD), so each byte is post-processed with (byte & 0xF) + (10 * (byte >> 4)).
Line 495: Line 495:  
| s
 
| s
 
| rw
 
| rw
| Register 0x3B could be used to upload [[MCU_Services#MCU_firmware_versions|MCU firmware]] if some conditions are met.
+
| Could be used on very old MCU_FIRM versions to upload [[MCU_Services#MCU_firmware_versions|MCU firmware]] if some conditions are met.
 
|-
 
|-
 
| 0x3C
 
| 0x3C
Line 504: Line 504:  
| 0x3D
 
| 0x3D
 
0x3E
 
0x3E
| s
+
| ds
 
| ro
 
| ro
 
| RTC tick counter / "ITMC" (when resets to 0 the seconds increase)
 
| RTC tick counter / "ITMC" (when resets to 0 the seconds increase)
215

edits

Navigation menu