• code origination in C
    Can anyone please tell me if there is any way to configure Keil so that i can relocate blocks of my program to any given location. In assebly we simply write ORG followed by the absolute memory location...
  • Data trace without source code
    Is there any way to dump the data trace using MDK, when only the execution binary is available, not the source code? If yes, can anyone point me to where to find such resource. Thanks, Kanad
  • How to access MDK (network library) source code?
    The front page for Keil MDK ( https://www2.keil.com/mdk5/middleware ) mentions that "Keil MDK Source is available as a separate product". I was not able to find any mentions of that product anywhere...
  • Project name without path
    the project name in the top left corner of the GUI always contains the full path name. Can I change it to show the project name only, without the path name ?
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...