+ /* Enable access to the XPROG NVM bus by sending the documented NVM access key to the device */\r
+ XPROGTarget_SendByte(TPI_CMD_SKEY); \r
+ for (uint8_t i = sizeof(TPI_NVMENABLE_KEY); i > 0; i--)\r
+ XPROGTarget_SendByte(TPI_NVMENABLE_KEY[i - 1]);\r
+\r
+ /* Wait until the NVM bus becomes active */\r
+ NVMBusEnabled = TINYNVM_WaitWhileNVMBusBusy();\r