• 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
  • ROM test
    I am trying to validate the flash during a self test using a CRC check. Most parts are in place, but one issue remains. How do I find the end of the flash (i.e. the amount of flash to be checked)? ...
  • Monitor166 in ROM
    Hi, I'd like to know how uVision2 finds the Monitor when it is in ROM. Does the address where it stands have to be specified somewhere ? thx, julien
  • 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; ...