Port application

vektron
Posts: 1
Joined: Thu Jul 21, 2022 4:26 pm

Port application

Postby vektron » Sat May 27, 2023 6:33 pm

I have an application running on STM32F411.
The application is using two analog inputs and one digital output.
There is an application on the PC which takes the measured (from two analog inputs) data from STM and sends the two parameters (ON time and OFF time) to the STM32 application to control the output.
The communication between PC and STM is via USB port.
I am wondering if the STM32 application could be ported to and run on ESP32 alone.
The STM32 program file (.bin) is about 84K. The STM32 runtime needs 250K of RAM.

Your thoughts, team.

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: Port application

Postby ESP_Sprite » Sun May 28, 2023 8:45 am

Probably? It depends on how the application is written; e.g. if you use some hardware abstraction layer it makes life easier, if your app is tightly integrated with specific functionality the STM SDK provides it will be harder. It's not easy to say unless we see the application code itself.

Who is online

Users browsing this forum: No registered users and 78 guests