Posted on May 17, 2011 at 13:19Hi, I use a debugger SWD - JTAG with arm str32f101RDT6. Must the controllor be on power during the programmation ? Thank.
Posted on May 17, 2011 at 13:18Hello, For my firt application, I want to use DAC. My aim is to send a constant value on the pin DAC_OUT1 (pin 20) by using channel 1 of the DAC. I made this code : #include ''stm32f10x_lib.h'' #include ''stm32f10x_con...
Posted on May 17, 2011 at 13:18I would say if existed a windows in the IDE where we can see the values of our varibles. In my exemple, at the end of execution, i = 1, and i want to check if the good value is save in my variable. My last experience w...
Posted on May 17, 2011 at 13:18Hello, In the IDE Ride7. In debug mode, when we stop execution and see register. It is possible to see values of our C-varibles. [ For exemple, int main(){ int i=0; i++; } I want to see in an array after execution: V...