• DPP, NCONST, near, PEC
    Hi all, (C167; running everything from RAM, copied from flash in the startup-file and then re-mapping the BUSCON's) Does anybody have a suggestion on how to put DATA in one continuous memory area...
  • 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...
  • 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...
  • Linker Control String with FED file
    When I build, I get "feedback file not found". I went into the project settings and I noticed the --feedback flag in the linker control string. How do I edit this string to delete that option? Or how...