stm32f103rb nucleo HSE clock output, no signal
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...