• Unable to get CADI server port number
    Hello, I'm a beginner in using DS-5 and to be familiar with that tool, I have downloaded and installed DS-5 Community Edition, version 5.19.0. After installation, I started using the Fixed Virtual Platforms...
  • Debugger(BSL), Interrupt Enables and Variable Values
    I created and use an ASSERT macro to validate param's passed to func's, as well as the value of global var's used by ISR's, etc. I noticed that occasionally while debugging, an ASSERT would trigger for...
  • How to enable viewing of enum values from the debugger
    Hi, Is there an option to enable viewing of enum values in the debugger? For example, typedef enum {false=0, true} FalseTrueType; In the c souce... FalseTrueType MyEnumFlag = false; I would...
  • HOW ENABLE RAM2 LPC1768 IN KEIL
    HI I'm going to RAM2 on LPC1768 microcontroller will activate the program KEIL I want to put a variable in RAM2 If you have information about a friend who can help me Thank you
  • Keil Debugger is not working
    I am using keil MDK473 in windows 10 platform.The H/W which I'm using is TIVA C Series TM4C1294 Connected LaunchPad.I'm able to compile and dump the code in to this H/W.Also the code is working properly...