I am trying to use Program EVM according the MCSDK user guide and running into issues. First, I am very confused about what the endian setting *should* be. The Program EVM user guide very specifically states that SW3 Pin 1 MUST be kept Off, meaning it would be in Big Endian mode.
However, if I run the command with the -be switch set, it errors saying it can't find the binaries, it is looking for C:\ti\mcsdk_2_01_02_05\tools\program_evm\binaries\evm6678l-be which does not exist.
So, I tried copying the contents of C:\ti\mcsdk_2_01_02_05\tools\program_evm\binaries\evm6678l to C:\ti\mcsdk_2_01_02_05\tools\program_evm\binaries\evm6678l-be. I put the EVM in big endian mode, and I get an error "Does not match target endianness". If I try to put the EVM in little endian mode, I get the same error when using either the -be or -le switch.
I have set the path for the CCXML according to the wiki for CCSv5.1. At this point it doesn't seem like either setting works, which doesn't make any sense to me, as it must be running in one mode or the other? Any advice?
-Scott
