??? 05/19/07 00:22 Read: times |
#139502 - perhaps, but it has to "live" somewhere. Responding to: ???'s previous message |
If it's not in code space, it will be volatile.
An empty or uninitialized table won't be of much use. One would probably want the table to remain static, right? Now, you could compress it if you have time and space in which to decompress it and then store it in data space. Data space is less avaialble than code space, though. Consider a table of >32KB, for example. You can accomodate that on-chip, but I've yet to find an 805x with more than 32KB of RAM on board. RE |