EEPROM
TWELITE This is a procedure for using the built-in EEPROM of the wireless microcontroller.
A maximum of 64x56=3584 bytes are available.
Definitions
| Maximum number of bytes available (64x60 bytes, the remaining space is reserved for the system) |
| EEPROM segment size (64 bytes) |
| Number of segments in EEPROM |
functions
EEP_6x_bRead()
Reads out the EEPROM.
Arguments
Type | Name | Remark |
---|---|---|
|
| Read start address (in bytes). |
|
| Number of bytes to read. |
|
| Buffer to store the read data. |
Returns
Type | Remark |
---|---|
| If |
EEP_6x_bWrite()
Write to EEPROM.
Arguments
Type | Name | Remark |
---|---|---|
|
| Write start address (in bytes). |
|
| Number of bytes written. |
|
| Buffer to store write data. |
Returns
Type | Remark |
---|---|
| If |
Sample code
最終更新