• clear ext. intrpts in uV3
    I am using uv3 with the MCB2100. When I debug using the simulator EINT2 (external interrupt 2) is always triggered. Is there a way I can clear it and ideally toggle it?
  • Ext. Ram
    I am having problems setting up and using external ram. I ahve it set in my project file as external memory ram starting at 0x10000 size 0x10000, i have CS0 enabled with 16bit demux bus and my eval XC161board...
  • Array initialization in ext memory
    Hi! i have use p89c669 microcontroller and am29f040b [512 kb] flash.When i using the external code memory i can't initialize the array that have more than 4 values.if i initialize more than that the...
  • Scatter ext. RAM loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • Debugging code in Ext ROM
    We are having trouble producing code that will run out of external code memory in an ADuC812. It seems that when we use a printf the program hangs, although a puts seems to work. It is my understanding...