Page 1 of 1
Out of space
Posted: 12 February 2008, 12:27 PM
by victorf
Last compile gave:
No errors. Target CPU: ZX24, Code: 4193 bytes, RAM: 322 bytes, Persistent memory: 0 bytes
I assume that this application is NOT going to run on a -24. What options, if any, do I have for a device that will run an app of this size?
Any enlightenment will be appreciated.
Vic
Re: Out of space
Posted: 12 February 2008, 12:36 PM
by mikep
victorf wrote:Last compile gave:
No errors. Target CPU: ZX24, Code: 4193 bytes, RAM: 322 bytes, Persistent memory: 0 bytes
This tells you what is used, not what is left. There are 992 free bytes of persistent memory on a ZX-24 of which you have used none.
Posted: 12 February 2008, 12:46 PM
by victorf
mikep
This tells you what is used, not what is left. There are 992 free bytes of
persistent memory on a ZX-24 of which you have used none.
I think the question is will this code run in my -24?
I'll have a look at Oake
Any further enlightenment will be appreciated.
Posted: 12 February 2008, 13:00 PM
by mikep
victorf wrote:mikep wrote:This tells you what is used, not what is left. There are 992 free bytes of
persistent memory on a ZX-24 of which you have used none.
I think the question is will this code run in my -24?
I don't know why it wouldn't fit. A ZX-24 has:
- 1584 bytes of available RAM of which you have used 322
- 992 bytes of available Persistent memory EEPROM of which you have used 0
- 32768 bytes of available Program Memory EEPROM of which you have used 4193
I cannot tell if your code will actually run correctly. You may have bugs
Posted: 12 February 2008, 14:27 PM
by victorf
mikep,
I cannot tell if your code will actually run correctly. You may have bugs Wink
Oh, it will run. I have trained myself to write bug-free code!
NOT HARDLY!
Anyway, thanks for your prompt replies and a bit of enlightenment. There is a lot of cool stuff at OakMicros.
Vic