Đây là thông báo của MPLAB
MPLINK 4.03, Linker
Copyright (c) 2006 Microchip Technology Inc.
Error - section '.udata_portheap.o' can not fit the section. Section '.udata_portheap.o' length=0x00000476
Errors : 1
Còn đây là mã dòg lệnh bị lỗi
typedef struct
{
unsigned portCHAR ucFull;
unsigned portCHAR ucBlock[ heapSMALL_BLOCK_SIZE ];
} xSmallBlock;
typedef struct
{
unsigned portCHAR ucFull;
unsigned portCHAR ucBlock[ heapLARGE_BLOCK_SIZE ];
} xLargeBlock;
__________________
học thầy không tày học bạn
|