I have a project using the 9s12DG256 with a large amount of rom lookup data.
how much can I have in the DG256 part? Can I put it into Page Segments?
Thanks
Up to 32k of const data and unlimited code is easy. Up to 48k sum of const data and nonbanked code is also easy.
But it is possible to have as mach data as you need. Yes, you can put it to pages. But for new development, especially if you have a lot of data, it is strongly recommended to switch to any of S12X families. Global addressing will easy and speedup paged data accesses. Do you have big >16k tables? - then it is even more recommended to switch to S12X.