Other Parts Discussed in Thread: HALCOGEN
Tool/software: TI C/C++ Compiler
Hello,
I want to run a small program on TMS570LC board. The main function is as follow:
int main(void)
{
unsigned int i, j;
unsigned char r;
unsigned long long cycles0[NRUNS], cycles1[NRUNS], cycles2[NRUNS];
int valid, response;
printf("\n");
printf("===========================================================================================\n");
printf("Testing signature scheme qTESLA, system %s, tests for %d iterations\n", CRYPTO_ALGNAME, NRUNS);
printf("===========================================================================================\n");
return 0;
}
The debug stops in the first printf instruction. When I suspend it, the code is indicates :
dataEntry
b dataEntry
b phantomInterrupt
ldr pc,[pc,#-0x1b0]
ldr pc,[pc,#-0x1b0]
Best,
Rachel.