Hi,
I'm trying to import the boot loader sample from this page: RX113-Starter-Kit - Renesas Starter Kit for RX113 | Renesas
but the latest e2 studio clearly doesn't see anything in the archive:
So how do I get an example of boot loader project for the rx113 ? because I'm expecting a linker script to be used, but only from the sample code structure, I'm not seeing it so I don't really get how it's done in the sample without opening and make a build happen.
Any help is appreciated.
have a good day
Hello,I am using E2 Studio 24-10.When I try to import the download sample codes, I select Import->Project from Folder or Archive -> Select the downloaded Archive file.From your screenshot, I understood that tried to import the RX113 Renesas Starter Kit Sample Code for CS+ - R01AN2510EG0100. That is why E2 studio failed to import it.Please try again with the other provided Sample Code (R01AN2509EG0100)Thank you,Panos
hey thank you that worked, but the compiler is the CC-RX, is there a way to convert it to the gcc for renesas toolchain ? if not, are there example of bootloader application using the gcc for renesas toolchain ?