Question
Run STM8 project on STM32 microcontroller
Hello,
I need to port an STM8 project to an STM32 microcontroller. The current STM8 application doesn't have any operating system and doesn't have strict time requirements: it uses only some timers for PWM signal generation, two serial interface at very low baud rate and some A/D input signals.
Is it possible to "virtualize" an STM8 application into STM32 SDK?
Are some documentation available?
Thank you in advance