• uvision4 nRF5188_xxaa issues
    Hi all, I am completely new to the keil environment. I have programmed arduino boards in the past. I just bought something called AtomWear from kickstarter. It is composed of an nRF51822qfaa MCU. ...
  • uVision4 to uVision5 migration issue
    I've been developing and maintaining a project using uVision 4 for quite a few years and recently updated to uVision 5 (MDK-ARM Professional license). This project is using the Infineon XE167 microprocessor...
  • Issue with .axf with Uvision4
    Whenever I try to debug or load the flash for my lpc1114 microcontroller I get the "Could not load file" error for my projects .axf file. I'm not sure what file this is any insight would be appreciated...
  • Lint not running
    Hello Having set the lint executable and config. file as appropriate, I find that selecting lint *.c (or lint all files) from the tools menu shows me (via the output window) that PC lint is being run...
  • PC Lint
    Hi, 1.I activate MISRA checking during the configuration. I want to turn off one rule of MISRA ( rule 92 ).I added in the "option.lnt" file the following lines: -esym(961,undef) -esym(961,92) ...