Posted on May 17, 2011 at 15:06Problem solved! It's simply a debugging problem but different than expected! Working with the debugger (SWIM mode) I put a breakpoint somewhere in my code but doing it with the debug module on the silicon it generates ...
Posted on May 17, 2011 at 15:06Hi, I like to find out how long the COSMIC _checksum() and _checksum16() routine takes for 32k code. To figure out I made a test project but I struggled already at the beginning. Even an empty project caused a checksum...
Posted on May 17, 2011 at 15:01Hi Alexander, the STM8 Firmware Library should have been available until end of July 2008. What is the latest status on it? Thanks & Best regards, Rolf
Posted on May 17, 2011 at 10:16We have to do a regulation loop for an universal motor within a ST7. The motor is driven controlled by a PWM signal and for feedback we have a tacho signal. Does anybody already have developed a PID-regulation SW (or s...
Posted on July 09, 2004 at 07:19Hi! 1) If you are running the 16-bit timer in ''free running'' mode, I would recommend not to read the counter in the IC Interrupt routine but to read the input capture register in order to get the timer value at the ...