-
Notifications
You must be signed in to change notification settings - Fork 10
Home
IntergatedCircuits edited this page Mar 10, 2018
·
10 revisions
Welcome to the STM32 eXtensible Peripheral Drivers Wiki!
This page is a collection of the available documentation of this project.
- Do you want to jump right into it? How to start a new project
- "These go to eleven." How to configure the system clocks
- One structure does it all: Handle based peripheral management
- Looking for ideas? Go check out the available example Projects!
- ADC
- CAN
- DMA
- EXTI
- FLASH
- GPIO
- PWR
- RCC
- SPI
- TIM
- USART
- USB
- Have you encountered a
[...]_BB
or[...]_REG_BIT()
macro, and wonder what it's for? Utilizing Cortex M+ bit banding - Why is the RCC peripheral handled in three separate files? The clock management of XPD
- Wait a (milli)second... XPD Utilities