We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I've been trying to set and reserve a byte in my Code segment and haven't been able to do it yet. I created a separate file where I declared my variable: byte code console_type = 1;
and specified the location in the linker under User Segments: ?CO?CONSTANTS(0x820000)
and I am having the following errors:
ERROR L108: SEGMENT IN LOCATING CONTROL CANNOT BE ALLOCATED and ERROR L120: CONTENT BELONGS TO ERRONEOUS SEGMENT
Does anyone have any idea on how to fix these errors or another way to accomplish this?
Isn't the top of code memory at 7FFFFFH for the MX
Cheers,
Dirk