主题中讨论的其他器件:HALCOGEN
工具/软件:TI C/C++编译器
您好!
我想在 TMS570LC 电路板上运行一个小型程序。 主要功能如下:
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\n);
printf ("测试签名方案 qTESLA、系统%s、测试%d 次迭代\n"、crypto_ALGNAME、NRUNS);
printf (======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== \n");
返回0;
}
调试在第一个 printf 指令中停止。 当我暂停时,代码指示:
DataEntry b DataEntry b 相位中断 LDR PC、[PC、#-0x1b0] LDR PC、[PC、#-0x1b0]
最棒的
Rachel。