User Activity

I fixed my mistakes from my last iteration of code (reduced 6MHz interrupt rate (which is impossible) to around 35KHz,) and reduced the amount of code in the interrupt. PWM on any timer still refuses to work even though I've enabled them. Is it possi...
This problem just popped up for me. I'm not sure if I'm doing anything wrong, but timers other than timer 1 don't have functioning PWM. I configured the timers the exact same (aside from ignoring timer 1's special features,) making sure to include HA...
I've been trying to use SPI on the STM32F103C8T6 for a project I've been working on for a while now. I still can't figure out how to buffer data using SPI to an array in a continuous stream.This stream is continuous because there is no pause or break...
I have been told that the STM32F103C8T6 has 4 SPI peripherals, including the 2 SPI peripherals and the USART peripherals. Though upon browsing the reference manual in the USART section, it seems as if it has to use start/stop bits, and therefore can'...
I'm working on a project that uses lots of GPIO pins for inputs- it uses A12, A13, and A14 as inputs, along with several other pins.I have looked at the reference manual, and A13 and A14 are JTAG/SWD pins.On reset, A15 is pulled high for the JTAG int...