Lookup table in SX28 ?
Daveham
Posts: 2
New user here....
I'm working on a project that requires a 512 byte look up table. Based on on a set of inputs, certain blocks of this look up table will be clocked out. The program to access and clock out parts of the look up table should be very simple (requiring little program memory).
The data sheet indiacates that the SX28 has 2K bytes of EE memory so is the SX28 a good candidate for this?·I'm a little confused about the memory banks.
Thanks for any help.
David.
I'm working on a project that requires a 512 byte look up table. Based on on a set of inputs, certain blocks of this look up table will be clocked out. The program to access and clock out parts of the look up table should be very simple (requiring little program memory).
The data sheet indiacates that the SX28 has 2K bytes of EE memory so is the SX28 a good candidate for this?·I'm a little confused about the memory banks.
Thanks for any help.
David.
Comments
Then you can use the READ or READINC functions to read in values from the data statement, based on your input.
There's also a LOOKUP in SX/B, but with that many values, is you're limited to the number of characters in one line in the IDE.
I'm using 128 WORDS, and several byte lists using DATA statements on an SX28, and still chugging along fine w/ Codespace.
Rodney