• Cannot use an initialised array
    Dear Sir! I am unable to use an initialised array. The array gets initialised but whn it is used in a function it does not give the proper values. What could be the reason. Please tell me.
  • Initialising Structures
    Hello, I am using the PK51 package. My program requires a structure of arrays. The following files are used:- 1) declare.c For defining the global variables 2) declare.h Containing the extern definations...
  • 89LPC935 initialisation
    I was using the "Measure" program as the basis for an application. The target device was selected to be a P89LPC935 (I needed the A/D). Everything works fine in simulation with one annoying exception...
  • Char array and .data section
    Note: This was originally posted on 11th January 2011 at http://forums.arm.com Hi, I've been trying to use string literals in my C code, however I'm having a really odd problem. I've condensed my code...
  • Initialisation of variables
    Hello ! By default, any C variables are cleared to zero on startup. However, I desired for some data that they are not be cleared on startup. How can I do this ? Thanks Michael