• Debug Editor in uV3 won't compile
    I have defined a function in the Function editor, saved it, then tried to compile, and I get a compile error: FUNC void FooBar (void) { printf("foobar"); } ^ *** error 10, line 3: Syntax error ***...
  • Debug Editor in uV3 won't compile
    I have defined a function in the Function editor, saved it, then tried to compile, and I get a compile error: FUNC void FooBar (void) { printf("foobar"); } ^ *** error 10, line 3: Syntax error ***...
  • Won't compile files with spaces in name under Windows 8
    Hi all, in order of a Hardware-Update I just got a new computer, Windows 8 is running on it. I was able to install the Keil IDE for SiLabs controllers without any problems. It works just fine...
  • Won't compile files with spaces in name under Windows 8
    Hi all, in order of a Hardware-Update I just got a new computer, Windows 8 is running on it. I was able to install the Keil IDE for SiLabs controllers without any problems. It works just fine...
  • watchdog won't reset
    Hello, I want to do a reset using a watchdog but it's not resetting. I do not have any other watchdog code in my project. I am using SAM7x256. I am using this code: AT91C_BASE_WDTC->WDTC_WDMR...