WIP code
FLASH OPTR write routine implemented and tested. Fixed wrong GPIO output values initialization.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#define CONF_MODE_AN ADC_CHSELR_CHSEL7
|
||||
|
||||
#define RGBSEL0_PORT GPIOA
|
||||
#define RGBSEL0_PIN 12 // output, default low
|
||||
#define RGBSEL0_PIN 12 // output, default high
|
||||
|
||||
#define UART_PORT GPIOA
|
||||
#define UART_DEV USART1
|
||||
@@ -64,7 +64,7 @@
|
||||
#define CONF_SET0_AN ADC_CHSELR_CHSEL8
|
||||
|
||||
#define RGBSEL1_PORT GPIOB
|
||||
#define RGBSEL1_PIN 1 // output, default low
|
||||
#define RGBSEL1_PIN 1 // output, default high
|
||||
|
||||
|
||||
#define PROBESEL_PORT GPIOF
|
||||
|
||||
Reference in New Issue
Block a user