• Difference between Compact and Large Code Rom Size
    Hello everyone! I am working on a project in Keil uVision 4 using a custom 8051W ASIC (8K in size) and found an issue when working with the large code rom size. We were originally working with...
  • Array in ROM
    can I make a 2 dimensional Array in the ROM? Please tell me how I can do this. mfg Stephan
  • LARGE ARRAY
    Hi... Is there any way to declare large size of array? example: char arr[200*1024];//200kb Thanks
  • help in large size arrays for philips89c51rd2 using Keil
    I am using Philips89c51rd2 controller, on which I have to use an array of 5000 values in one dimension. What i obs is that only the first few values of the array are read and output by the controller...
  • array defining
    i want to send 300 constant values to an array and i defined it in this way code unsigned int a[]= '' 936, 956, 1100, 1208, 1150, 986''; // like these all 300 values but keil software gives error...