• Which is the best Universal Device Programmer
    guys. wot can u reccomennd? hedhert
  • Bin2Hex cost
    Is Bin2Hex.exe free or is there a cost I did not see? thanks!
  • code reduce
    Hi All I'm writing a software for 8 bit architecture using uvision 2. But when I try to compile my project using uvision2 it gives the following error *** ERROR L107: ADDRESS SPACE OVERFLOW ....
  • Universal Programmer
    I finish my program now i want to load to the microcontroller using an Universal programmer.Can anyone tell me how do i do this.I have read in the dataman website that it supports the microcontroller...
  • How to reduce Interrupt-Jitter
    Hello to everyone. This is my Code: void FIQ_Handler(void) __irq { T1CLRI = 0x55; // T1CLRI is an 8-bit register. // Writing any value to this register clears the Timer1 interrupt. GP4SET = 0x00040000;...