Altium designer原厂中文培训资料
2024-6-10 09:45
- PCB技术
- 1071
- 102997
之前看视频学的,楼主的资料刚好当手册用……
STM 32 简单的指针赋值出问题了,求教
2014-5-23 08:53
- ST MCU
- 21
- 15586
但是……
#include "stm32f10x_heads.h"
#include "HelloRobot.h"
int tmp[128];
int *PC1,*PC2,*PC3;
PC1 ...
报错的大概意思是:
LCDdisplay.c(6):错误: # 77-D: 这个声明没有存储类型或类型说明符
LCDdispla ...
u8 tmp[128];
u8 *PC1,*PC2,*PC3;
PC1=tmp;
LCDdisplay.c(6): error: #77-D: this declaration has no storage class or type specifier
LCDdisplay.c ...
还是说STM32根本就不兼容指针操作呢??
数组和指针定义如第四、五行,第六行中我给PC1赋值,报错是下面三行。我对STM32的数据类型还是不清楚,猜是 ...
004 unsigned char tmp[128];
005 unsigned char *PC1,*PC2,*PC3;
006 PC1=tmp;
LCDdisplay.c(6): error: ...
嵌入式linux新手入门学习导引,希望对大家有帮助
2013-12-10 15:25
- 新手园地
- 33
- 5201
2
3
近期访客