• 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...
  • 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.
  • .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". ...
  • keil uvision 5.22 inline assembly and main cpu register access
    Hello How to write inline assembly code in c file and access cpu R0-R31 registers? I write something like: __asm{ STRB R0,[R2,0#02] } but i face errors: expected [ or ]. Thanks.
  • STR75x device(s) invalid peripheral view during debug session
    We are using the MCSBSTR750 eval board for development bases on the STR750x devices with the latest MDK release (e.g. v3.05a). During debug using ULINK and ULINK 2 we noticed the following issues: ...