You are reading a single comment by @pablorodiz and its replies. Click here to read the full conversation.
  • Hi, I am new to this forum, so first of all congratulations for a great work with Espruino. I am evaluating the use of STM32 processors and Espruino for a project and one of the main requirements of the project is TLS support.
    I do not have an Espruino Pico board at hand, so I am trying everything on STM32F4Discovery board. I managed to compile Espruino for this board with TLS support and the image seems to be working (I get mbedTLS errors) but I am stuck on the Flash part to store certificates. I was playing arround with the Flash address where the certificates are stored, but the result is always the same, the system stops on flash.write... I also try to keep the certificates in RAM, because this board has more memory than the Pico, but sadly it is not enough... Any suggestion? By the way, for my tests I am using your code from the Google Sheets tutorial.

About

Avatar for pablorodiz @pablorodiz started