Topic: Renesas RA4M2 processor family support

Hello,

We have project with Renesas RA4M2 family processor. According information https://github.com/wolfssl/Renesas it is not supported. I suppose I can use it without hardware acceleration?

When it will be supported?

Share

Re: Renesas RA4M2 processor family support

Hello vico,

The RA4M2 uses SCE hardware acceleration, which we do support.  To activate this support, define WOLFSSL_RENESAS_SCEPROTECT in your user_settings.h.
For a template, check out our RA6M4 e2studio project, which also uses SCE: https://github.com/wolfSSL/wolfssl/tree … udio/RA6M4

May I ask if this is for a commercial or personal project?

Thanks,
Kareem

Share

Re: Renesas RA4M2 processor family support

Hi Kareem,

Does it means that after WOLFSSL_RENESAS_SCEPROTECT definition I can build application for RA4M2 and its hardware acceleration will be used?

Currently this is personal project and in case success from technical point of view we will use this processor in commercial projects.

Share