2005-10-30 08:29 PM
Aboutu PSD3354 SRAM and Second Flashrom map address overlap
2011-05-17 03:08 AM
Dear All:
memory map : 0000--7FFF ----->RAM and csiop 0000--7FFF ----->second flashrom csboot0~3 if following this code(in the main flasherom) ---> ''*((volatile unsigned char xdata *)(0x6000))=0x34'' it access SRAM or Second flahrom? if this code access SRAM,how can access second flashrom(if use VM and VM value set what)? Best Regard! Zues2011-05-17 03:08 AM
Before firstly, you must make sure wether the SRAM/CSIOP and CSBOOT is in data space or not?
the sentence you write was access the XDATA in the data space. if your SRAM/CSIOP and CSBOOT are both in data space, then their address is overlapped. you can only access the SRAM/CSIOP instaed the CSBOOT, in other words, the CSBOOT is transparent, never be accessed.