Hi,
I am working on a project using an LPC3250 ARM9 processor writing embedded C code on Keil v4. I have a bare bones system with no RTOS. My goal is to use MbedTLS to send a secure email from my device. Currently, I have a unsecured SMTP protocol, using port 25, working but does not implement SSL/TLS which is now becoming required for all emails. If anyone has created a secure SMTP protocol on a bare bones system without use of a RTOS, any advise would be appreciated. I am currently trying to implement MbedTLS bare bones on my system but don’t fully understand how to. Any advise would help on which files I need and how to adjust them to work with a bare bones system, thanks.