This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EEPROM segmenting on AT89S8253

Microcontroler AT 89S8253 is equiped with 2K on chip EEPROM. This is mapped to X data space.
There is feature Page Mode Write, having possibilities to write 32 byte segment in one cycle. Can I force compiller to define variables in this space inside 32Bytes segments? It means to block compiler put long variables over border. For example one byte of INT at 0x1F and second at 0x20. How to block it.
Best regard
Jaro

0