• 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?
  • 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...
  • Keil Crash on debug exit
    Using win7 64bit IDE-Version: µVision V4.60.0.0 Tool Version Numbers: Toolchain: MDK-ARM Basic (256K) Version: 4.60.0.0 Toolchain Path: C:\Keil\ARM\ARMCC\bin\ C Compiler: Armcc.Exe Assembler...
  • 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 an assembler fonction from c program
    I do my main program in c. I want to call in this c program a fonction (procedure) in assembler. How can I do this ? with a #include <xxxx.a51> ? how can I do a mix program with c and assembler procedure...