10 years, 6 months ago.

Problem with include SDFileSystem library.

Hello! I have problem with compile program for NXP LPC800 MAX. When i try to compile program i have many errors about SDFileSystem. "No space in execution regions with .ANY selector matching ...." /media/uploads/Vandeth/sdproblem.jpg

Thanks for help.

Question relating to:

2 Answers

10 years, 6 months ago.

Hi Kamil. You are short of Flash memory. The SDFilesystem takes up more than 16 kB of Flash. On my LPC11u24 system with 32 kB Flash, the filesystem alone takes around 25 kB.

Henrik

Accepted Answer

Thanks for help. Im not very familiar with programing. Its posible to enlarge Flash memory with some components ?

posted by Kamil Patrzyk 16 Oct 2013
10 years, 6 months ago.

IIRC that error message means you lack memory, I think RAM memory.

By default I believe the mbed library already takes quite some of its very limitted memory, and then a fairly large library such as SDFileSystem doesn't fit anymore.