• memory class definitions.
    Hi i'm having a program for ST10 which has lots of variables defined. It works fine when I run it using MOnitor program i.e. through an external RAM. But when i change the settings to run it from flash...
  • Memory allocation and segment definitions
    Hello all, My goal is to get some variables placed in EEPROM without hardcoding it to a fixed address (using the _at_ keyword is unfortunately not an option). The variable shall be assigned to a certain...
  • global variable/MULTIPLE PUBLIC DEFINITIONS
    Hi, I've split my project into files. I've defined some global variables in one of the header files as follows: unsigned char ToneDisp[16] = {'D','1','2','3','4','5','6','7','8','9','0',0x2A,0x23...
  • c-variable definitions in assembly main
    Hi, I am programming on the Cypress FX2 (8051 compatible) and I have a problem that my variables declared in a c-function do not get initializes properly. My main program is written in assembly...
  • Contiguous memory space in type definitions
    Hello everybody. Once again, I'm sorry if I'm asking something too obvious. I have defined some structures in C to access the different fields of an Ethernet frame in a more elegant way than using...