Tool/software: Code Composer Studio
Set GPIO 87/86/85/84 as 1110, set to SCI mode.
Set GPIO 37/34 as 01.
when use C2prog, it showed as below.
This SCI cable can work with F28062 normally.
Pls kindly suggest.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Set GPIO 87/86/85/84 as 1110, set to SCI mode.
Set GPIO 37/34 as 01.
when use C2prog, it showed as below.
This SCI cable can work with F28062 normally.
Pls kindly suggest.
Piero,
It is extremely important that you select a target configuration with matching clock frequency.
Please take a moment to read the C2Prog manual, accessible from the help menu, which stresses this fact and provides other useful information.
Since C2Prog currently does not provide a 30.3 MHz, I have generated a custom configuration for you. Please save it to the C2Prog "targets" folder.
<?xml version="1.0" encoding="UTF-8"?> <targets> <configs> <config> <name>28235,335_30.3MHz</name> <overrides>28235,335_30MHz</overrides> <settings> <primary> <bootrecord>400;5760;1ce;9;51eb;1b4;1;0;0;0;0;0;0;0;0;0;f906</bootrecord> </primary> </settings> </config> <config> <name>28235,335_30.3MHz-JTAG</name> <overrides>28235,335_30MHz-JTAG</overrides> <settings> <primary> <bootrecord>400;5760;1ce;9;51eb;1b4;1;0;0;0;0;0;0;0;0;0;f906</bootrecord> </primary> </settings> </config> </configs> </targets>
Here is a 33.33 MHz configuration file.
<?xml version="1.0" encoding="UTF-8"?> <targets> <configs> <config> <name>28235,335_33.33MHz</name> <overrides>28235,335_30MHz</overrides> <settings> <primary> <bootrecord>400;9350;1fc;8;9fbe;1aa;1;0;0;0;0;0;0;0;0;0;f34e</bootrecord> </primary> </settings> </config> <config> <name>28235,335_33.33MHz-JTAG</name> <overrides>28235,335_30MHz-JTAG</overrides> <settings> <primary> <bootrecord>400;9350;1fc;8;9fbe;1aa;1;0;0;0;0;0;0;0;0;0;f34e</bootrecord> </primary> </settings> </config> </configs> </targets>