FLASH OPTR write routine implemented and tested.
Fixed wrong GPIO output values initialization.
This commit is contained in:
true
2023-10-21 04:43:58 -07:00
parent 13700b96ca
commit b581b87b86
6 changed files with 62 additions and 24 deletions

View File

@@ -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