This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX tiny address space overflow

Hello to everyone.
I write code for NRF24LE1 using KEIL and rtx tiny. But i have some problems when include a library.

When i complile the project without ds18b20.c, everythink works good

compiling radio.c...
compiling id.c...
compiling dht11.c...
linking...
Program Size: data=182.5 xdata=225 const=7 code=6915
creating hex file from "NDEVICE"...
"NDEVICE" - 0 Error(s), 0 Warning(s).

but when i include ds18b20.c i get this message

compiling dht11.c...
compiling ds18b20.c...
linking...
*** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_ LENGTH: 000060H
Program Size: data=206.5 xdata=225 const=7 code=8428
Target not created

The problem is when i include ds18b20 library i get address space overflow........;
what is the problem and how can i solve it;
thanks.

MY PROGECT IS HERE
drive.google.com/.../view