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.
Sirs I am trying to locate code to the top of code space. Unfortunately the linker (Keil BL51) is blocking anything above 0x9999. For example When using the directive CODE(9000H, ?PR?MAIN?LOADER(9000H)) works fine. Unfortunately anything above 9000H fails CODE(A000H, ?PR?MAIN?LOADER(A000H)) ERROR L110: CANNOT FIND SEGMENT SEGMENT: A000H Using Cygnal F020 w/ 64K flash. Thanks in advance.... Michael
Hex numbers need to start with a digit. So 0A000H will work. A000H refers to a symbol that has the name A000H.