Max amount of rom data available in a 9S12DG256 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Max amount of rom data available in a 9S12DG256 ?

677 Views
darrin
Contributor II

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

Labels (1)
0 Kudos
Reply
1 Reply

518 Views
kef
Specialist I

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.

0 Kudos
Reply