• about defining charactre arrays
    hey i a working at insignia technologies and i have a problem with defining character arrays actually i am programming a 89C51RD2 chip using flash magic and i have a problem with programs that have...
  • Using "typedef" to define array
    Hi, I'm using C Comipler V7.10, Vision2 V2.40 with AT89C51SND1C micro. For my program I want to have an array for Names. I know I can do it the following way: unsigned char Names[10][10]; //...
  • large size of array defined in ROM
    It is a bank code project, total 16 banks and 512K byte extern rom. there are two large size of const arrays which both are larger than 10KByte. Using LX51 linker. I definded these two arrays as below...
  • how to define external a const array ?
    Hi All, I have an array struct's with const data in flash memory defined as follows const SOD_ObjectDictionaryEntry* pSDOEntryTable = SDOEntryTable; This works fine ... I want to use...
  • How to define a big array in external memory
    Hi, I am using REALVIEW to develop my project with STR912FAW44 microcontroller. My issue is the same as the post below. http://www.keil.com/forum/docs/thread8004.asp I want to define a big...