• ADuC Interrupt problem - can't enable interrupts on ADuC7024
    Hi, I am having an evaluation board from the ADI which contain ADXL345 and also MCU ADUC7024. I tried to build the files from the example code that they have provided. As shown below is the example...
  • interrupts in bootloader on ADuC 841
    I have classic bootloader/firmware scheme (bootloader uploaded by uP core, then it uploads firmware). The uP has 62kBytes of program memory in total (ADuC 841), 56kB for firmware, 6kB bootloader and...
  • SPI error in ADuC7024
    Now I want to use SPI of ADuC7024 to extend a LCD.But I fail to write any data to SPITX which is SPI's transmitting register.Who could help me?Thank you! There is the beginning code. int main(void...
  • C51: Can't enable interrupts with RTX
    Hardware: CC1010 (CC1010EB-eval hardware kit) Software: RTX51-full w/ uVision3 I'm having trouble getting interrupts working with rtx. I've checked all the documentation and example code, which...
  • ADUC7024 IRQ not working properly
    I am trying to build a counter using an ADUC7024. Basically I want Timer0 to cause a global interrupt every 10ms. Timer1 should be counting my input TTL pulses. Every time it interrupts, I want the...