Posted by James Savoy I have a something like this: I would like to keep the structure data in ROM. I am using the H8S, H8/300 tool set. Thank you in advance for any help you can give. jim
![]()
on 28/2/2002, 2:06 pm
Lets try that again.
struct eeprom_layout gEEPROMDefaults = {
0,
80,
...,
0xFFFF /* checksum */
};
If I add the key word "const" to the declaration I get the error "2136 (E) Type mismatch".
If I add #pragma section c around the declaration I get the error "3080 SECTION ADDRESS OVERFLOW(Dc)"
Message Thread:
![]()
« Back to thread