#include "fw_hal.h"Go to the source code of this file.
Functions | |
| void | PrintBuff (void) |
| void | ItrimScan (uint8_t ircband, uint8_t vrtrim_limit, uint8_t irtrim_limit) |
| void | main (void) |
Variables | |
| uint8_t __XDATA | i |
| uint8_t __XDATA | buff [32] = {0} |
Definition at line 87 of file mem_read_chipid.c.
| void main | ( | void | ) |
Uncomment this line if vrtrim and irtrim are unknown, this will scan all possible vrtrim and irtrim values between [0, 0xE0]
Definition at line 102 of file mem_read_chipid.c.
| void PrintBuff | ( | void | ) |
Definition at line 26 of file mem_read_chipid.c.
| uint8_t __XDATA buff[32] = {0} |
Definition at line 24 of file mem_read_chipid.c.
| uint8_t __XDATA i |
Built-in Readonly CHIPID on following MCU types with firmwaire version >= 7.4.4 STC8H8K64U, STC8H4K64LCD, STC8H4K64TLR, STC8H4K64TLCD
Definition at line 24 of file mem_read_chipid.c.