User Activity

I'm a bit of a novice at programming, but I'm trying to develop an application that sends a continuous stream of data out of the USART using DMA, taking advantage of the DMA Transfer Half-Complete, and Transfer-Complete interrupts.  I've got a circul...
I am using Half-Duplex to network 3 "BluePills" (STM32F103C8).  There is one master, and two slaves.  The master sends out a request with a slave identifier prefix.The slaves receive all messages from master and all responses from the other slave, an...
I'm intending to use PC13 as an output to drive the onboard LED, but at some point in my program the PC13 pin begins outputting a 4.4 khz signal with pulse width that varies from 0% to 100% back to 0% and keeps repeating that pattern at approx 4 Hz. ...