• problem with DEBUG.INI file
    Hi all. I am testing one of atme arm7 libraries in keil 4 debugger. Initially i was receiving a write access violation error at the start of debugging and the debugger kept getting stuck in the remap...
  • 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?
  • Can't step through assembly file in editor window
    Hi all, I have some troubles for debugging with my µvision since I cannot step into assembly files (in a project mixing C/ASM). Currently, in order to step in my assembly code, i have to set the...