Skip to main content
KDIAS.2340
Associate II
February 9, 2020
Question

Not able to start. I d'loaded MDK529.exe , it is an icon on my desktop. I click on it hoping to run it but it gets me to another screen asking me to install. Is there a clear and comprehensive single set of instructions that actually work?

  • February 9, 2020
  • 13 replies
  • 4047 views

Most of the links lead to nowhere i.e. 404 error

This topic has been closed for replies.

13 replies

KDIAS.2340
Associate II
March 28, 2020

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 = thrBUT, upper = NULL, step = NULL but this does not make sense!

Any thoughts?

KDIAS.2340
Associate II
April 30, 2020

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!)

Piranha
Principal III
May 2, 2020

> What do the 3 parameters signify

Are you incapable of even using Google?

https://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__ThreadMgmt.html#ga48d68b8666d99d28fa646ee1d2182b8f

But before even touching RTOS, you should learn the basics.

> I was trying to understand the C code for Blinky but with limited success, may be need a refresher on C. Any suggestions welcome

One can refresh only knowledge he already knows. In your case you must learn the C and MCUs. Probably the best tutorial to start with is this one:

https://www.embeddedrelated.com/showarticle/453.php