cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug without using a microcontroller ?

JorisS
Associate

Hello, I would like to be able to run a program without using a board. I would like to be able to do continuous integration with Jenkins but I haven't found any solutions to emulate my STM32L072. Someone would have any idea ?

1 REPLY 1
Uwe Bonnes
Principal II

As long as you do not use vendor specific peripherals, there are probably simulator out there. But normally you use a uC because of its peripherals. While there are probably HDL models and maybe even code models at the manufacturer, I doubt you get access to those unless you are a _very_ important customer. So CI for uC code is mostly checking with -Wall for formal errors and that the code compiles.