Skip to main content
JorisS
Visitor II
December 10, 2020
Question

How to debug without using a microcontroller ?

  • December 10, 2020
  • 1 reply
  • 926 views

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 ?

This topic has been closed for replies.

1 reply

Uwe Bonnes
Chief
December 10, 2020

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.