Topic : How to embed RFlasher into CooCox CoIDE

Forum : Ride IDE

Original Post
Post Information Post
September 21, 2011 - 12:06pm
Guest

I would like to use RFlasher as a programmer embedded into the CoIDE. There is a possibility to specify a custom Flasher Tool or debugger. Could you provide the description for Rflasher, how to use it as a command line tool? Is it Possible to use Rflasher without the Ride IDE?

Replies
Post Information Post
+1
0
-1
September 21, 2011 - 12:14pm
Raisonance Support Team

Hi,

RFlasher cannot be controlled from the command line.
However, there are some programming executables, installed along with Ride, designed especially for doing just what you ask.

Depending on your target MCU, you will use one of these:
Cortex_pgm.exe
ARM7_pgm.exe
STR9_pgm.exe
RLink_PPC_pgm.exe
STM8_pgm.exe
ST7_pgm.exe
PSD_pgm.exe

Run the exe corresponding to your CPU in a command prompt, and it will display its own doc.

Best Regards,

Vincent

+1
0
-1
September 21, 2011 - 12:38pm
Guest

Cortex_pgm TSTM32F107VCT6 E PUSART_PROJ.hex S
Thx it works ;)