CCSv5.3
C5515 DSP
I am trying to program a 512 kbyte nor flash device via the EMIF on a C5515. I can successfully program the first 32768 bytes, but cannot program beyond that point. I am using some sample code from TI that has the format below:
// Write data to device
((volatile unsigned short*)NorFlashBaseAddr)[offset] = data;
I am not familiar with this pointer format. Can someone explain what it does (or direct me to a user guide)? It appears as though "offset" is limited to 16 bits.
