??? 01/15/11 11:39 Read: times |
#180614 - XDATA Responding to: ???'s previous message |
Note that you can statically locate sepcific variables in the XDATA memory region without using a heap and any call to malloc(). You just have to specify the relevant storage keyword (not sure what it may be for IAR, but most probably xdata, _xdata or __xdata) when you declare the variable.
If you didn't need to use specific libraries with your platform, then the cheapest route would be to code in C with the sdcc compiler. But your specific target might require you to do a lot own own work to be able to map all hardware and to recreate helper functions that you may have received with the original kit. |
Topic | Author | Date |
Suggested Introductory Material | 01/01/70 00:00 | |
Complex Environment | 01/01/70 00:00 | |
RE: Complex Environment | 01/01/70 00:00 | |
XDATA | 01/01/70 00:00 | |
SDCC | 01/01/70 00:00 |