• 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...
  • 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...
  • Initialisation of structures in external memory
    I have a set of initialised data structures that are now located in external memory. The structures are each defined using __attribute__((section("menu_structures"))). A linker scatter file is used...
  • Initialisation of structures in external memory
    I have a set of initialised data structures that are now located in external memory. The structures are each defined using __attribute__((section("menu_structures"))). A linker scatter file is used...
  • 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...