Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
September 21, 2011 - 12:06pm
|
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? |
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
Cortex_pgm TSTM32F107VCT6 E PUSART_PROJ.hex S
Thx it works ;)