Other Parts Discussed in Thread: MATHLIB, TMS320C6657, SYSBIOS
Hello Community,
after hours of searching i still have no solution of my problem.
I had to rebuild the whole project on new PC with Windows 10.
I have a C6657LE evm Board and use the following sw:
CCS V6
DSPLIB C66x 3.1.0.0
IPC 1.24.3.32
MathLib C66x 3.0.1.1
MCSDK PDK TMS320C6657 1.1.2.6
SYSBIOS 6.33.6.50
XDCtools 3.23.4.60
ndk_2_21_01_38
Now i debugged my Application and all was fine working.
I then tried to flash it to the NOR-Flash with the norwriter_evm_6657, but my code did not start.
IBL hangs with the following ConsoleOutput:
IBL Version: 1.0.0.15
IBL: Booting from NOR
I followed the instructions in BIOSMulticoreSDK_2.1_UserGuide.pdf and managed to run the given example "mcip-c66##-le.bin".
That means the example started up and worked in the console.
as Post-Built-Step in CCS Build i use:
C:\ti\ccsv6\tools\compiler\c6000_7.4.8\bin\strip6x.exe -o "${BuildArtifactFileBaseName}.bin" "${BuildArtifactFileName}"
to vonvert the .out-File to a .bin-File as i have read in the forum.
i always copy the bin-file manually to the norwriter location.
Does anyone has an answer to solve the problem?
Thx in advance for any suggestions
regards
Martin