2.6.4. Choosing the CCP settings

Without additional command line parameters, the tool uses the default CCP settings from (Table 5.3, “CCP defaults”. To make the tool use alternative CCP settings, use the following options:

-croid    <standard can identifier>
-dtoid    <standard can identifier>
-targetid <station address>
-b        <baud rate in kBps>

So for instance, if the CCP settings were:

CCP optionSetting
CRO message identifier400
DTO message identifier401
Station address2
CAN baud rate500 kBps

then the command to issue to download the step1 application using a Vector CAN card would be:

oe_freeccp -croid 400 -dtoid 401 -targetid 2 -b 500 -f step1_image_small.s37

CCP seed/key security is not supported by FreeCCP. FreeCCP cannot therefore carry out operations for which the currently-running application requires security to be unlocked. This may make it unsuitable for use with production-level software.