• fonction exit on keil
    hello all, i have a probleme with <stdlib.h> void al_exit( int exit_code) { al_hardware_reset(exit_code); /* Notify hardware reset that we came from th_exit */ exit(exit_code); } this...
  • RTX51-Full converting fonction to task
    Hello all, Can someone help me with converting a specific function (that receive various parameters) to task function? I'm working with RTX51-Full and I know that maybe the way to do it is to use the...
  • Impossible to reduce fonction with Keil 4.22a
    hi, i have migrate to Keil 4.22a, but now, it's impossible to reduce a fonction with the icon "square with a cross". where's the paramatre for restore this icon?
  • printf in debug.ini file for debug windows with fonction editor
    I would like to write some variable in the outpout windows in debug session with the .ini file in fonction editor. this is my code kill button* kill func* signal void affichage (void) { while...
  • calling C from Assembly
    I am trying to learn to call some C floating point routines from Assembly. I am quite proficient in writing Assembly programs which | have done commercially for many years. I have read the < http:...