Questions tagged as 'microcontrolador'

1
answer

Debug STM32 in Eclipse

Does anyone know how to debug in Eclipse in real time? I have a firmware for STM32 microcontroller and wanted to see my variables changing over time without needing breakpoint or anything like that.     
asked by 14.08.2017 / 22:59
1
answer

Definition of Macros with C Indexing

Good afternoon, I would like to know if in C you have to do the following macro definition: #define EXEMPLO(1) a * c + b #define EXEMPLO(2) a + b + c #define EXEMPLO(3) b * c + a And then use indexing in some code for example for (x=1,...
asked by 12.07.2017 / 20:48