• How i can use __task?
    Hello, Why i don't can use __task using the uVision 3 (evaluation version), because the editor recognize the directive, but the compiler no? Any assistance is appreciated
  • How i can use __task?
    Hello, Why i don't can use __task using the uVision 3 (evaluation version), because the editor recognize the directive, but the compiler no? Any assistance is appreciated
  • SFR access without keyword "sfr"
    Hi, I'm trying to access SFR memory using the hexa address of the SFR and using only "C" instructions. Since SFR memory is accessed by direct addressing mode, like the first 128 bytes of internal...
  • SFR access without keyword "sfr"
    Hi, I'm trying to access SFR memory using the hexa address of the SFR and using only "C" instructions. Since SFR memory is accessed by direct addressing mode, like the first 128 bytes of internal...
  • How to start different task in one Programm
    Hello new's group. My MCU is a ADuC7026. It has only two interrupt priorities, FIQ is high priority, IRQ is normal priority. I want to write a programm to generate some signals which are related to...