• Seperate Hex file creation
    HI i m using 80c52 with external ROM for my project. I hve three external ROM with adress ROM 1 0x0000 to 0x1FFF ROM 2 0x2000 to 0x3FFF ROM 3 0x4000 to 0x5FFF Now i need to burn my code on...
  • Interrupts for AT89C51CC03
    Hello, I want to programm the interrups for the at89c51cc03 in C. But I can't find how i have to do this. i have the configuration from the datasheet. but how look the "interrupt funktion header...
  • Problem with HEX file creation option
    Hi, I am currently having this problem with µvison 3 , the "create HEX file" option is disabled in my target options. I am trying to get the hex file of a demo which should be build with the ARM...
  • Clear pending interrupt for AT89C51CC03
    We are having a problem in that we are disabling external interrupt 1 (EX1) in order to prevent a task from happening, but, when we re-enable EX1, a pending IRQ is serviced. We would like to be able...
  • Access to ERAM in AT89C51CC03
    The Atmel AT89C51CC03 contains 256 bytes of RAM and 2048 bytes of ERAM What kind of memory access is the fastest? Is also the lower part (128 byes) of the RAM faster than the upper part? How do...