User Activity

I would like to something like this in the build configuration:#define DEFTEXT "some_string"This is the relevant section of the cxstm8 manual:-d*> define symbol...-d*^specify * as the name of a user-defined preprocessor symbol (#define). The form of ...
Hey everyone,I am outputting a waveform via TIM2 CCR1 stored in an array and transferred via circular DMA access.The timer is configured for output compare so that whenever a match occurs, a dma request is generated and the next value is fetched from...
Posted on December 21, 2015 at 11:58Hi, From what I read in the datasheets I suspect that I can run the timers at 48MHz. Is there a way to let the timers (a timer) run with 96MHz? I stumbled across that when I played around with Cube. Best regards, ...
Posted on December 17, 2015 at 19:59 Hi, I am trying to get a PWM Signal out of my discovery board but I must be missing something. I started with a writingthe registers directly, then I tried it with the peripheral library. Ilooked at vario...