Running the HTTPS Demo on actual MCU not Visual Studio

If I want to run the HTTPS demo on the RISC-V board that I have, do I just run the same steps through Freedom Studio instead of Visual Studio?

Hello @AvraSaslow,

Thanks for the question. You will have port the HTTP demo from the IOT libraries. The source code description for HTTP demo can be found here:


You will need HTTP library and other abstractions files shown in the picture to compile the library.

You will probably also need to port IP stack and guide for that can be found here :

Please feel free to reach out if you have any more questions.

Are you planning use plaintext or TLS ?
Thanks !