新手入门
- 积分
- 8
- 金钱
- 8
- 注册时间
- 2017-6-16
- 在线时间
- 2 小时
|
1金钱
#include <string.h>
#include<stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
srand(time(0));
Controller_Param[3]='Z'*256+'N';
Controller_Param[4]=( rand()%10 +48 )*256 + rand()%10 +48;
Controller_Param[5]=( rand()%10 +48 )*256 + rand()%10 +48;
Controller_Param[6]=( rand()%10 +48 )*256 + rand()%10 +48;;
Controller_Param[7]=( rand()%10 +48 )*256 + rand()%26 +65;;
.\OBJ\test.axf: Error: L6915E: Library reports error: __use_no_semihosting was requested, but time was referenced
|
|