...
I2C-Address: 0x40 (7-bit) | ||||
Register | Name | Access | Description | Default Value |
0x01 | REG_ID | read | ID-Register | 0x96 |
0x02 | REG_CONTROL | write | Restart and boot with BOOT_MODE= 0x04 - Shutdown (Hard) | - |
0x03 | REG_CONFIG | - | - | - |
0x04 | REG_PIN_CONFIG | write | <Pin> <Parameter> 0x01: Input, NoPull 0x20: Output PushPull, init low level 0x80: IRQ Rising Edge | - |
0x05 | REG_PIN_SET | write | <Pin> <Level> | - |
0x06 | REG_PIN_GET | write | <Pin> | - |
0x07 | REG_PWM_CONFIG | write | <Pin> <Duty Cycle [%]> | - |
0x08 | REG_SECO_CODE | read | Read bits [7:0] of SECO_CODE. | - |
0x09 | REG_RAM_CODE | read | Read RAM_CODE [3:0]. 0x4 - 4GB RAM | - |
0x0A | REG_ALTERNATE_ | write | Set Pin to specific alternate function. <Pin> <Alternate Function> Alternate Functions: | |
0x0B0x09 | REG_ADC_READ | read | Read ADC value: 0x01 - ADC_VOLT_MON (=5V_SLEEP/2) | - |
0x0C0x0A | REG_INT_STATUS0 | read | Read INT_STATUS register, clear it and reset EC_IRQ#_OD to “1” 0x01: GPIO4 | 0x00 |
0x0D0x0B | REG_INT_ENABLE0 | write | Enable interrupts. Same signals as in REG_INT_STATUS1. |
|
0x0E0x0C | REG_INT_STATUS1 | read | Read INT_STATUS2 register, clear it and reset EC_IRQ#_OD to “1” if all interrupts are read. 0x01: USB0_EN_OC# | 0x00 |
0x0F0x0D | REG_INT_ENABLE1 | write | Enable interrupts. Same signals as in REG_INT_STATUS2. |
|
0x100x0E | REG_INT_STATUS2 | - | - | |
0x110x0F | REG_INT_ENABLE2 | - | - | 0x12 |
0x80 | REG_SECO_CODE0 | read | Read bits [7:0] of SECO_CODE. | - |
0x81 | REG_SECO_CODE1 | read | Read bits [11:8] of SECO_CODE. | |
0x90 | REG_RAM_CODE | read | Read RAM_CODE [3:0]. 0x4 - 4GB RAM | - |
0xF0 | REG_VERSION | read | Read firmware version | 0x01 |
...