• IRQ0 interrupt on Aduc7020
    I am trying to run a simple interruption routine on a EVAL-ADUC7020QSPZ development board . The .hex file is properly generated with Keil without error, however the code does not work. What I expect...
  • IRQ0 interrupt on Aduc7020
    I am trying to run a simple interruption routine on a EVAL-ADUC7020QSPZ development board . The .hex file is properly generated with Keil without error, however the code does not work. What I expect...
  • No timer1 interrupt on aduc7020
    Hi everyone, I've already spent 3 days trying to get a timer1 interrupt on an aduc7020, without any success Timer1 init: IRQCLR = GP_TIMER_BIT; T1CLRI = 0x55; // Clear pending interrupts...
  • No timer1 interrupt on aduc7020
    Hi everyone, I've already spent 3 days trying to get a timer1 interrupt on an aduc7020, without any success Timer1 init: IRQCLR = GP_TIMER_BIT; T1CLRI = 0x55; // Clear pending interrupts...
  • ADUC7020 SPI issue
    Hello, I encounter issue using the aduc7020 in spi slave mode. I am implementing a spi driver in assembler by polling the SPISTA register status and with a clock parity and clockphase set to 1. ...