Hi!
I'm having problems loading code to RAM using the serial port. The microcontroller on the ControlCARD is F28027FPTT.
The controller echoes the characters sent from RealTerm, so the connection surely is not the problem.
Here's what I'm trying to do:
1. Compile the code using CCS 6.0.1.00040
2. Convert the .out to hex-file using the hex2000 utility command: hex2000 -boot -sci8 -a program.out
3. Open up RealTerm and send 'A' character, and the controller echoes it back
4. Send the hex-file, controller echoes every character with no errors
I've tried this also with F2806x ISO ControlCARD which has the F28069MPZT chip, and so far nothing seems to be working.
I'm probably missing something very obvious.
Thanks in advance.