Hi all I've a array located at code segment named
StandardModeType is a struct has some integer values StandardModeType code StandardModeTable_rc7_17[]={ ... }
StandardModeType code *xdata StandardModeTable_rc7[];
StandardModeTable_rc7[0]->StdVFreq StandardModeTable_rc7_17[0].StdVFreq
Mustafa, That thread doesn't appear for me yet, but I suspect I know the cause of your problem now. You're looking at values with your pointer when the wrong code bank is selected. If you want this sort of thing to work automatically without your managing the code pages manually, you'll need to use the LX51 linker and create far pointers so that the data can be fetched from the proper code page.