Libtropic API
SDK for the TROPIC01 secure element
Version: master (latest)
Loading...
Searching...
No Matches

◆ lt_tr01_mode_t

Enumerator
LT_TR01_MAINTENANCE 

TROPIC01 is in Maintenance Mode (defined by Libtropic), if it is not running Application FW and is ready to accept L2 Requests defined by the Bootloader API (refer to the TROPIC01 User API).

Values of Chip Mode and CHIP_STATUS from the datasheet:

  • Chip Mode: Start-up
  • CHIP_STATUS: READY=1, ALARM=0, START=1
LT_TR01_APPLICATION 

TROPIC01 is in Application Mode (defined by Libtropic), if it is running Application FW and is ready to accept L2 Requests or L3 Commands defined by the Application API (refer to the TROPIC01 User API).

Values of Chip Mode and CHIP_STATUS from the datasheet:

  • Chip Mode: Idle or Secure Channel or Sleep
  • CHIP_STATUS: READY=1, ALARM=0, START=0
LT_TR01_ALARM 

TROPIC01 is in Alarm Mode (defined by Libtropic) if the values of Chip Mode and CHIP_STATUS from the datasheet are:

  • Chip Mode: Alarm
  • CHIP_STATUS: READY=?, ALARM=1, START=?