• DPP, near, NCONST, NDATA, speed, DPPUSE directive
    Hi all, Could somebody please point me to a DPP-registers-for-dummies resource? I have read the application notes and datasheets etc. but they only mention that DPP registers -exist-. I'm still not...
  • DPPs in Startup.a66
    Hello, I would ask something about startup.a66... In the example code I have a next statement: ASSUME DPP3:SYSTEM ASSUME DPP2:NDATA MOV DPP0,#?C_PAGEDPP0 ; Init DPP0 (for DPPUSE)// What and...
  • about NCONST
    In C251, printf ("\nStart Measurement Recording\n"); after compiling, the const "\nStart Measurement Recording\n" is located at address above 0x8000, but my mcu's data ram is less than 0x8000, what...
  • Using two separate NCONST regions
    I am using C166 (V4.7 I think) and am developing an application where I would like to use two separate NCONST regions. Currently there is one at 0x80000 and I am using the large memory model where DPP0...
  • Default Linker Control String - NCONST
    I have a problem getting my project to link. I had to create a linker file, changing the NCONST class from :- NCONST (0xC04000-0xC07FFF), to NCONST (0xC10000-0xC13FFF), Just to get the project...