it is simple to solve.
- open mcs.lib
- search for [_RAMPZ]
- add this code before the matching [END]
[code:1:ee95b96915]_RAMPZ5:
push r16
ldi r16,5 ; 50000-5FFFF , 384 KB
Rjmp _RampZ
#ENDIF[/code:1:ee95b96915]
[END] ; existing [END] do not add
then save and use lib manager to compile the lib.
basically the code for this 64K segment was missing.
↧