Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 8 months ago.
AWS IoT Core with M2351
Hi,
I don't have the board yet, so I must ask this question here. Can we run AWS IoT Core on M2351?
I'm talking about this example in particular: https://os.mbed.com/teams/Nuvoton/code/NuMaker-mbed-AWS-IoT-example/
Question relating to:
1 Answer
5 years, 8 months ago.
Hi,
About AWS-IoT connection, it should be workable on M2351 platform. For Cortex-V8M, there are 2 images, one is secure image and the other is non-secure image. We will verify the suitable RAM partition to fulfill AWS-IoT memory footprint, one for secure part and the other for non-secure part. Now, online compiler not support V8M pack(secure image + ns-image) well, so we propose to use CLI and you could refer to below 2 M2351 examples:
https://github.com/OpenNuvoton/NuMaker-mbed-TZ-secure-example
https://github.com/OpenNuvoton/NuMaker-mbed-TZ-nonsecure-example