• MDK 5.22-“System and Thread Viewer” Can NOT used
    In MDK5.22, when I choose RTOS2:RTX5 or RTOS:RTX5, and using "simulator USE", "Thread Viewer System" does not work, when I use RTOS:RTX, it is OK.
  • MDK 5.22-“System and Thread Viewer” Can NOT used
    In MDK5.22, when I choose RTOS2:RTX5 or RTOS:RTX5, and using "simulator USE", "Thread Viewer System" does not work, when I use RTOS:RTX, it is OK.
  • arrary in rom (MDK 5.22 arm)
    can I make a 2 dimensional Array in the ROM? Please tell me how I can do this. this code doesn't work for MDK 5.22 code const char tk18txtlz[] = { ... }; error messge: - - - ..\Src\tk18txtlz4...
  • arrary in rom (MDK 5.22 arm)
    can I make a 2 dimensional Array in the ROM? Please tell me how I can do this. this code doesn't work for MDK 5.22 code const char tk18txtlz[] = { ... }; error messge: - - - ..\Src\tk18txtlz4...
  • .axf file not generated in keil 5.22
    Hello all, I am using STM32L053 Nucleo board. I have C code for LCD interfacing with STM board. When I am compiling my program it gives error in .axf file "Can not find argument Reset Handler". ...