• 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 and C++
    Hello, I have written project on ARM7 platform in IAR development tools. I have used C++ language. Now I am going to move this project to KEIL development tool and using GCC compiler. I am testing evaluate...