Hi, TI.
The following functions are generated by the halcogen03.00.01.
void hetResetTimestamp(hetRAMBASE_t * hetRAM)
{
hetRAM->Instruction[0U].Data = 0;
}
uint32_t hetGetTimestamp(hetRAMBASE_t * hetRAM)
{
return hetRAM->Instruction[57U].Data;
}
I have a question.
hetRAM->Instruction[0U].Data = 0;
-> Q1: What is the N2HET instructions ?
hetRAM->Instruction[57U].Data;
-> Q2: What is the N2HET instructions ?
Answer, Please.
Thanks for my post reading.