Hello All:
Did someone work with Wolfssl library in ATSAM4E devices? I took as an example the ATSAMD21 + WIN1500 Wifi project which comes with ATECC508 + Wolfssl lib.
I tried to port to ATSAM4E but the problem I have is I 'm getting "Conflicting types with 'Aes'" which is defined in both the Wolfssl lib and ATSAM4E drivers. This chip has the AES hardware module so drivers define an Aes structure for it. This problem doesn't occurs in SAMD21 as it doesn't have the AES module.
Any help on this?
Thanks
Gus