Token Manager Component#
To use the Token Manager, the token_manager component (token_manager.slcc) should be added to the project. The token_manager component will default to using the token_manager_nvm3 component, which brings in the NVM3 system. Using NVM3 for storage is highly recommended.
To use Simulated EEPROM v1 or v2 (SimEEv1, SimEEv2) for storage, the component token_manager_simee1 or token_manager_simee2 should be part of the project along with token_manager.
To upgrade SimEEv2 to NVM3, the sim_eeprom2_to_nvm3_upgrade component should be used along with token_manager. This upgrade component will pull in the necessary SimEE and NVM3 code.