Adding Pi board support (STM32F446)

This commit is contained in:
Andy CA6JAU 2016-11-29 20:06:42 -03:00
parent 880248cd65
commit 765c680913
4 changed files with 235 additions and 34 deletions

View file

@ -27,7 +27,7 @@
/*
Pin definitions for STM32F4 Discovery Board:
PTT PA6 output
PTT PB13 output
COSLED PA7 output
LED PD15 output
COS PA5 input
@ -46,9 +46,9 @@ TX PA4 analog output
#define PORT_COS GPIOA
#define RCC_Per_COS RCC_AHB1Periph_GPIOA
#define PIN_PTT GPIO_Pin_6
#define PORT_PTT GPIOA
#define RCC_Per_PTT RCC_AHB1Periph_GPIOA
#define PIN_PTT GPIO_Pin_13
#define PORT_PTT GPIOB
#define RCC_Per_PTT RCC_AHB1Periph_GPIOB
#define PIN_COSLED GPIO_Pin_7
#define PORT_COSLED GPIOA