• 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
  • 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
  • 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)? ...
  • RAM, ROM and runtime calculation
    Hi, How can i compute the ROM, RAM size and runtime consumed by a function in C. For example: void main() { ... f(); } f() { ... ... } How can i compute the RAM, ROM and runtime...