• help!why not use Rx as loop counter?
    I have a problem. I write a function in another c source file not main file, in this function nothing do, and I declare the function as extern. In main function I invoke it 200 times. However...
  • help!why not use Rx as loop counter?
    I have a problem. I write a function in another c source file not main file, in this function nothing do, and I declare the function as extern. In main function I invoke it 200 times. However, the compiler...
  • why not?
    I cannot enter the forum
  • Why not?
    How come I can do this: char LCDstring[] = "ABC"; ACC = LCDstring[0]; Print an A to LCD But I cannot do this: int z = 0; ACC = LCD[z]; Print an A to LCD
  • Please help: why connecting failed?
    Hello, I 'm programming the first time with Keil uv_2 and Phytec SK-167CR. At first I want to simulate something on the Phytecboard. But everytime I got the message: "connecting target failed". This...