User Activity

I am debugging why Ethernet is not working on a setup with stm32f107 + DP83848. Right now I was verifying that the MCO (main clock out) from the stm32f107 is doing what it should by checking with a scope. But MCO output doesn't seem to be working at ...
I am using STM32CubeIDE to configure an stm32f107vc on a custom board. I selected half duplex on uart1, with a pin remap, and received the following setup code: /**USART1 GPIO Configuration PB6 ------> USART1_TX */ GPIO_InitSt...