RX71m SCI boot

Hi,

can you please guide me how to update code of RX71m MCU using FTD(SCI boot) 

is any operation manual/code sample available for that 

what type of hardware  connection i need to do?

What type of software interface i have to use ?

please suggest

Parents Reply Children
  • Hi AL_Renesas San,

    Thanks for the replay,

    Actually, i was expected the replay Which is given By san

    But The response given by you is more interested can you please check & confirm details..

    please confirm i will explain what i understand,

    1. First we have to define Boot loader Program with condition of checking input from user for updating firmware or not .

    2. load the boot loader program on the MCU using Debugger (E2 lite,E1 etc).

    3.  Restart the MCU Generate the condition of erasing application Code & update previous code with new One.

    Now the my question is that 

    Is we need to use any dedicated port for SCI  

  • Hello,

    JimB's solution is related with a specific mode offered by RX device and it has to do how to flash the chip without using any dedicated flash interface (SWD/JTAG), but you have a direct SCI or USB communication using a specific SCI channel.

    My suggestion is related with customized boot loader program that you load on the chip directly ( by flashing the hex file) using any flash programmer with any emulator/debugger and after that, you can use any SCI channel through Xmodem to update any time the app's firmware on specific flash code section.

    Below find the flowchart of the whole idea  after flashing the boot loader image on the chip:

    How the internal memory is organized:

    Regards,

    AL_Renesas