I am trying to convert one of the application projects from R11AN0909 for use with the RA8D1 (EK-RA8D1). Ultimately, I want to use MCUboot on my custom RA8D1 hardware. That approach has also been unsuccessful, so I thought I would start simple.
Attached is a project which I tried to convert to work on the EK-RA8D1. This is using MCUboot and overwrite from Program Flash.
It appears I have some issue with my debug configuration. I get this message:
EK-RA8D1_overwrite_with_bootloader.zip
If I proceed, the application crashes at BSP_SECTION_FLASH_GAP() in startup.c.
Anyone what to take a quick look at this project and offers some help?
Thanks
Dirk
Hello Dirk
Please review the attached project and application note. This project has been tested and successfully ported for the RA8D1, and it is working perfectly.https://community.renesas.com/cfs-file/__key/communityserver-discussions-components-files/256/ra8m1_5F00_overwrite_5F00_with_5F00_bootloader_5F00_tz.7z
r11an0909eu0100-ra8-basic-secure-bootloader.pdf
Kind Regards,
GN_Renesas
After importing these projects, when I try to open the configuration files (configuration.xml) I get a message "Document version 10 not supported". I have tried using FSP 5.5 & FSP 5.7. Here is the info on my e2 studio installation:
I'm using Windows 11 Enterprise
Any thoughts?
Hi Dirk,
It appears that these were updated and ported to the latest version of e2 studio with FSP 5.5.0. The load fine into
Thanks Michael. I thought I had the latest version of e2. Got it. This works.
This worked once I upgraded to e2 Version: 2025-01 (25.1.0) Thanks!
Can you port (and test) the Application "Update Mode Example without TrustZone" to the RA8D1? Or provide me the steps. My port is not working. This application is more similar to my intended application.
Thanks again!