RA6T1 - directly use of TRNG in CPP code by calling RM_PSA_CRYPTO_TRNG_Read is not possible (linking fail) because in the header rm_psa_crypto.h, RM_PSA_CRYPTO_TRNG_Read function declaration is outside the
#ifdef __cplusplus
extern "C"
{
#endif
#ifdef __cplusplus
}
#endif
block.
RA6T1 - directly use of TRNG in CPP code by calling
RM_PSA_CRYPTO_TRNG_Readis not possible (linking fail) because in the headerrm_psa_crypto.h,RM_PSA_CRYPTO_TRNG_Readfunction declaration is outside theblock.