zacck / why_clock

Why and how we use the RCC on a MCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Clock Enable Experiment

The Reset and Clock Control systems on an MCU basically keep all peripheral clocks shutdown to save power. When one needs to use a peripheral we begin by enabling its clock say AHB, APB or some variant.

Then after enabling it's clock we can now enable and configure a peripheral a certain way. Even further we can use the peripheral.

About

Why and how we use the RCC on a MCU


Languages

Language:Assembly 75.7%Language:C 24.3%