typedef int int16;
typedef long int32;
typedef long long int64;
typedef unsigned int Uint16;
typedef unsigned long Uint32;
typedef unsigned long long Uint64;
typedef float float32;
typedef long double float64;
또한 char는 2바이트로 이루어져 있다.
'TMS320 > F28335' 카테고리의 다른 글
10247-D creating output section ".sysmem" without SECTIONS specification (0) | 2015.07.31 |
---|---|
cmd 메모리 문제 (0) | 2015.07.31 |
DSP2812의 Endian (0) | 2015.01.11 |
PWM (1) | 2014.08.20 |
[예제분석] PWM (0) | 2014.08.20 |