\r
/** Sends the given pointer address to the target's TPI pointer register */\r
static void TINYNVM_SendPointerAddress(const uint16_t AbsoluteAddress)\r
\r
/** Sends the given pointer address to the target's TPI pointer register */\r
static void TINYNVM_SendPointerAddress(const uint16_t AbsoluteAddress)\r
/* Send the SLDCS command to read the TPI STATUS register to see the NVM bus is active */\r
XPROGTarget_SendByte(TPI_CMD_SLDCS | TPI_STATUS_REG);\r
if (XPROGTarget_ReceiveByte() & TPI_STATUS_NVM)\r
/* Send the SLDCS command to read the TPI STATUS register to see the NVM bus is active */\r
XPROGTarget_SendByte(TPI_CMD_SLDCS | TPI_STATUS_REG);\r
if (XPROGTarget_ReceiveByte() & TPI_STATUS_NVM)\r