Trích:
Nguyên văn bởi ayuh
Đâ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;
|
Mà không hiểu tại sao mạch nạp của em lại không thể nạp cho con PIC18f452 này?
mạch của em là GTP_USB