User Activity

Dear ST community,we are planning using stm32f0 as driver for our X-Y control Unit. with please see the attachment.The requirement is to update the application of stm32f0 via SPI.And we would like also to use the parts of the HAL library.Is those two...
Dear ST folks,I'm trying to configure the HSE clock output over PA8 on stm32F103 from scratch.Here is my code.#include <stdint.h>#include "stm32f10x.h" // Device header  int main (void){  RCC_TypeDef *pRCC; GPIO_TypeDef *pGPIOA; pGP...