2018-08-28 05:13 PM
We want to test the performance of our algorithm on this platform, and it would help if we can do it in an emulated environment before flashing to the real board, so as to save the time of re-flashing every time.
For example: the GNU MCU Eclipse as described here: https://gnu-mcu-eclipse.github.io/qemu/ can do this for several STM32 platforms, just not STM32L476VG yet. Another one is jumper.io but it only works for STM32F4 devices.
This would help us set up a continuous integration anddelivery service as explained here: https://medium.com/jumperiot/how-to-build-a-continuous-integration-and-delivery-flow-for-embedded-software-b0b5bf220a2
Any other suggestions/alternative approaches are appreciated.