• Initialie ROM CRC byte
    I can set a variable in the ROM area as following: #define END_CODE_SIZE 0x3FFF char code CRCbyte _at_ END_CODE_SIZE How do I set its value to says 0xAA? I can do this: char code CRCbyte = 0xAA; ...
  • BYTES
    hi In language C, how I can obtain each BYTE of a number floating point located in XDATA. Example: If number is -12.5 Address 0 1 2 3 Content 0xC1 0x48 0x00 0x00 How I can consent to each...
  • Rom Monitor
    I hava a Infineon Rom Monitor. When I run a hello world program in simulator it is true and "Hello World" write in serial port and I can see in serial window, but when I run in Rom monitor, it can't...
  • Array in ROM
    can I make a 2 dimensional Array in the ROM? Please tell me how I can do this. mfg Stephan
  • inverter byte
    elegante inversion. /*------------------------------------------------------------------------------ INVERSION DE BYTE 8 BIT, LSB -> MSB ---------------------------------------------------...