Quote:
Originally Posted by neutrino15
...I changed the entire trig array to rom,...
|
I think predefined constant arrays like that should
always be placed in rom unless you have a good reason not to to it. Back when I was looking into such things a few years ago, I remember discovering a limit of only 256 bytes of global variables for each code module. A single lookup table can easily fill that.