User Activity

Posted on February 16, 2018 at 22:30I'm trying to find instruction to code the usuart2 on this STM part. I using cmsis and the StdPeripheral lib. My end goal is to connect this to a virtual com port for debug. I'm using the Keil development environm...
Posted on February 16, 2018 at 19:22The clock diagram in RM0316 for the 32F303K8 indicates a clock selection mux off the APBx prescalers. I've searched the registers and cannot find the register used to select one of 4 clock inputs. The 4 possible i...
Posted on November 29, 2017 at 13:57With the community's help I have code that runs and demonstrates interrupts and interrupt handling. I need more information to understand how the STM32F3 series parts process event changes (interrupts) such as the...
Posted on November 22, 2017 at 13:48 Working with STM32F303K8 at the lowest level where I'm writing to the registers directly. Try to follow generic statements in STM documents to handle a high2low transition on a GPIO PB4 input pin. These are the ...
Posted on November 01, 2017 at 16:01I'm not having any success in simply toggling a pin on a STM32F303 Nucleo-32 evaluation board. I'm using Keil uVision V5.24.2.0. Also I'm trying to do this at a level below the HAL interface. With the community's ...