hi:
I write an application,the function of application is receive the binary file from serial port,when a binary file is received finish,receive data will send out through serial port.Serial port baud rate is set to 115200.
The program works well When I use the simulator to run the program,but when I Programmer off chip flash and boot from off chip flash,the receive data is incomplete,then I set serial port rate to 9600,When the serial receive that the size of the binary file about 5kb will not lost data,but the size of the binary file about 30kb still lost data.
after that,I add "PSC_All_On_Full_EVM()" function that copy from OMAPL138_ARM.gel to my program ,program can receive complete data from serial prot when the size of binary file about 30kb.but if set serial prot baud rate to 115200,program still receive incomplete data.so I try to add "Core_300MHz_mDDR_132MHz();"function that copy from OMAPL138_ARM.gel to my program,but I failure,Error will occur when program run at "DEVICE_mDDRConfig(132);"
my project use platforms of ti.sdo.ipc.examples.platforms.evmOMAPL138.arm
I use soft ware:ccs5.3 emulator: seed-xds560PLUS bios:bios_6_34_02_18 ipc:ipc_1_25_00_01_06 chip:OMAPL138 the board is custom
Regards,
lizhang
