• Cant modify locals
    Hi, whilst debugging code running on my XC161board i cant seem to modify the locals in the watch window. Does anyone know why this is?
  • Wron call stack + Locals data type
    Hi everybody I would like to know if it is possible to force Keil to display a specific type for a data in debugging mode in the call Stack + Local? I have a parameter type which is a struct but...
  • local stack space and nested function calls
    I have the following function calls and the number of bytes allocated on the local stack for each function. main() { 8.1 bytes allocated in local scope; call foo1() } foo1{ 49 bytes allocated call...
  • Cant find description of local variables for assembler routines
    I looked all over the manuals and did a search, but could not find a method for defining variables in an assembler routine as local (as in a C function). in the back of my mind it says that this is possible...
  • filesystem accessed by multiple threads
    Hi All, I'm developing an application with keil RTX and STM32F4. One thread collect events on a log file. I manage the files with fopen, fwrite, fdelete, .... Another thread manages the network...