Hello
I got the DTMF tone generator example from http://www.keil.com/download/docs/234.asp and it works great, however when I integrate the routines into another program I get a compiliation error :
*** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?MAIN LENGTH: 001CH
I'm trying to figure out what would be using so much RAM. I see the code is using a lot of struct's, are those stored in RAM?
I've looked at the M51 file I just don't understand why it would run out of space in the MAIN segment, there isn't a lot of code in there
thanx!
Xarion