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.
Hello ! I want to save a constant factor in the code area on a spezific adress. How can I do that ?? I used these commands but I got a warning (Warning L15: CODE SPACE MEMORY OVERLAP FROM 0000H TO 0000H)... header file: extern unsigned char code code_uc_c; source file: unsigned char code code_uc_c _at_ 0x0028 = 0x23; if I use it without = 0x23 it works.. thank you for your help, florian.
Go back and read the section in the manual about _at_ - particularly the restrictions on its use! Then do a search, as this has been discussed many times before!