• how to reduce the compile time?
    Hi friends, I have created one new project for AT91SAM7SE512. When i compile(BUILD TARGET) the code,that will take more time. How to speed up this build target process? anybody have the...
  • 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;...
  • Ulink2 reset problem
    Please Help me. Hi If I press the reset (push button) on my evaluation board (MCBSTR750), while ulink2 is in debug mode or programing mode, is this a short circuit? I say this because I do not know...
  • Unexpected ULINK2 reset voltages
    I have a ULINK2 connected to a LPC1758. The reset line has a 10k pullup and 100nF to ground. When I attempt to debug uVision4 sometimes starts at the reset vector and sometimes not. I have measured...
  • 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 ....