Skip to content

Instantly share code, notes, and snippets.

View martinribelotta's full-sized avatar
🐒
coding like a monkey

Martin Ribelotta martinribelotta

🐒
coding like a monkey
View GitHub Profile
@Aflecht
Aflecht / System_Configuration_LPC43xx.cpp
Last active June 22, 2021 11:41
Configure LPC43xx ARM Cortex M4 microcontroller to 204 MHz using 12 MHz crystal.
//
// Configure LPC43xx ARM Cortex M4 microcontroller to 204 MHz using 12 MHz crystal
//
#define CMSIS_BITPOSITIONS
#include "lpc43xx.h"
void Configure_Clocks()
{