Other Parts Discussed in Thread: OMAPL138
Hi everybody
I have Omapl138 experementer kit, Wince 6 and
D:\TI\bios_5_41_07_24
D:\TI\bios_6_30_02_42
D:\TI\BSP_WINCE_ARM9_01_00_02
D:\TI\ccsv4
D:\TI\dsplink_1_65_00_03
D:\TI\ipc_1_21_02_23
D:\TI\xdais_7_10_00_06
D:\TI\xdctools_3_20_03_63
I run some application on the DSP side and then want write result data source buffer (512 kByte, was allocated on the DSP side in DDR memory) from DDR into the file on the flash disk (on ARM side, running WIN CE) using fopen(), fwrite().
I can get physical address of this source buffer using function call PROC_GetSymbolAddress(), but how can i get pointer to this source buffer?