• Sharing DATA and XDATA within a group of functions
    Hi, I am getting the "BL51: WARNING 15 (MULTIPLE CALL TO SEGMENT)" warning because a group of functions are called by an interrupt handler. The functions themselves are not reentrant. Following...
  • if condition
    Hello, I was compiling my firmware program written in C using Keil microVision2 V2.4 compiler. The target is c8051F120 microcontroller. I noticed that the compiler accepted the following: if...
  • how to call a extern function within embedded ASM ?
    Note: This was originally posted on 4th June 2009 at http://forums.arm.com is it possibe to get the embedded assembly to call my function1()? How do I write this ? Thanks!
  • Condition compile output files
    Hi there, Is there a way to have the Keil IDE output different hex and map filenames based on some conditional #if defined(x) like in conditional compilations? Thanks
  • Header File
    Hi everyone, I want to know if there a method where I can lock the access to the header file. I have a header file which I dont want other user to alter or see it. The user can only call the function...