Keil™, An ARM® Company

Discussion Forum

Keil C51 Development Kits, for Cygnal

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
sweet deep
Posted
24-Sep-2002 12:31 GMT
Toolset
C51
New! Keil C51 Development Kits, for Cygnal
If I use one variable float or one Interrupt fonction the next error appears:

Error L107 Adress space overflow
Space: Data
Segement: _Data_Group_
Lengh: 002AH

Do you know why??
Read-Only
Author
Mark Odell
Posted
24-Sep-2002 13:16 GMT
Toolset
C51
New! RE: Keil C51 Development Kits, for Cygnal
Maybe. Rule one. Start with the SMALL model. Rule Two. Give every variable a memory space storage qualifier. Place only your most critically fast variables in data. Allocate the rest in idata. Large arrays or structures go in xdata if you have external data. Rule Three. Turn on optimization, I use OT(9, size) even during debug.
Read-Only
Author
Andrew Neil
Posted
24-Sep-2002 13:34 GMT
Toolset
C51
New! RE: Keil C51 Development Kits, for Cygnal
http://www.keil.com/forum/docs/thread1054.asp

http://www.keil.com/forum/docs/thread387.asp

http://www.keil.com/forum/docs/thread1834.asp

etc, etc, etc
Read-Only
Author
a a
Posted
12-Nov-2002 21:20 GMT
Toolset
C51
New! RE: Keil C51 Development Kits, for Cygnal
http://www.keil.com/support/docs/1937.htm

http://www.keil.com/support/docs/1481.htm
Read-Only
Author
a a
Posted
12-Nov-2002 21:20 GMT
Toolset
C51
New! RE: Keil C51 Development Kits, for Cygnal
http://www.keil.com/support/docs/1937.htm

http://www.keil.com/support/docs/1481.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings