1. USB PROJECT:
lpcopen_2_20\applications\lpc18xx_43xx\keil\keil_mcb_1857\lpcusblib_host\usbhost_msc\usbhost_msc
Program Size: Code=27928 RO-data=1692 RW-data=108 ZI-data=48716
2. but build SDcard file system using RAM following:
Program Size: Code=14770 RO-data=682 RW-data=48 ZI-data=6952
how do lessen RAM using?
已解决! 转到解答。
Hi, Con Verse
look in map file, get RAM expend information.
because "keil_startup_lpc18xx_43xx.s" define head size:
"Heap_Size EQU 0x00006000"
I set the value to 0Byte.
build and test as successful.
thanks.