Trying to use Keil for compiling my C program. As a start, I tried compiling the Blinky.c program done by Keil - no luck, although I didn't change anything, got 114 errors, tried another ex, same. So, something I am missing (as always!)
I tried the book by Kerighan & Ritchie' it gave the foll ex.:lower = 0; /* lower limit of temperature table * / upper = 300; /* upper limit * / step = 20; /* step size * /Based on this the Blinky code should follow i.e. lower ...
Thanks, but looking for something quick; ordering and getting a book - 2 weeks? with this virus. Having trouble with this line:tid_thrBUT = osThreadNew (thrBUT, NULL, NULL);