2006-12-13 12:41 AM
2006-12-12 09:31 PM
Hello,
I am using a ST10F276 processor and a small memory model project in Tasking 7.5. But I have got a linker error, see below: E 268: relative linear element 'section _CTYPE_1_NC class CNEARROM' cannot be located within 4 pages What I have understood this has something to do with the DPP register settings? Can someone here explain for me how to setup the DPP registers correctly? I have tried to found some info in the Tasking manual but without success. Hope for some help, / Dan2006-12-12 11:02 PM
Hi again,
From the map-file: _CTYPE_1_NC................!407 0F3B72h 0F3C72h 000101h LDAT WORD COMM ROM ................. CNEARROM......... _CTYPE_C...... The samll model config is ''paged'' and my current dpp settings are: DPP0 60 DPP1 61 DPP2 9 / Dan_E2006-12-13 12:41 AM
Problem solved! But thanx for taking your time.
/ Dan_E