Hello, i have to solve the task: Configure the MCU to operate with a system clock frequency of 72MHz. Make sure that the clock signal is derived from the external oscillator (HSE). Find a way to show the system clock frequency (SYSCLK) at an output pin.
This is my code so far.I solved the clock frequency of 72MHz with an excel sheet and imported the file which got created, so that is working. My HSE Speed is 8 Mhz.Now i dont get how to mirror the System Clock onto the MCO output pin.This is what i t...