Posted on September 19, 2013 at 08:30
Hello,
I've been trying to set up a 800kHz PWM signal with its duty cycles being transfered via DMA to the capture compare register. Well, it just doesn't work, not a single transfer is happening and I j...
Posted on March 24, 2012 at 11:39Hi, I'm having troubles setting up the CAN bus on my STM32F103R4. I'm using the can example from the keil homepage . When it is about to leave initialization mode, hardware doesnt reset the INAK bit in MSR register ...
Posted on September 19, 2013 at 18:54Ok, tried it...didn't work, nothing! shock! BUT I've found out that the stdperiph selects the wrong channel. It always selects channel 7 instead of channel 5. I tried to select every channel and it works properl...
Posted on September 19, 2013 at 14:26damn, you are right! guess I got confused about what's source/destination, should work now, I'll give it a try asap. Thanks!