cc3200: Change safe-boot pin to GPIO28.
This commit is contained in:
parent
2b899b6708
commit
5d2344d009
@ -67,9 +67,9 @@
|
||||
#define BOOTMGR_PINS_PRCM PRCM_GPIOA3
|
||||
#define BOOTMGR_PINS_PORT GPIOA3_BASE
|
||||
#define BOOTMGR_LED_PIN_NUM PIN_21
|
||||
#define BOOTMGR_SFE_PIN_NUM PIN_45
|
||||
#define BOOTMGR_SFE_PIN_NUM PIN_18
|
||||
#define BOOTMGR_LED_PORT_PIN GPIO_PIN_1 // GPIO25
|
||||
#define BOOTMGR_SFE_PORT_PIN GPIO_PIN_7 // GPIO31
|
||||
#define BOOTMGR_SFE_PORT_PIN GPIO_PIN_4 // GPIO28
|
||||
|
||||
|
||||
//*****************************************************************************
|
||||
@ -165,7 +165,7 @@ static void bootmgr_board_init(void) {
|
||||
|
||||
// Configure the safe mode pin
|
||||
MAP_PinTypeGPIO(BOOTMGR_SFE_PIN_NUM, PIN_MODE_0, false);
|
||||
MAP_PinConfigSet(BOOTMGR_SFE_PIN_NUM, PIN_STRENGTH_6MA, PIN_TYPE_STD_PU);
|
||||
MAP_PinConfigSet(BOOTMGR_SFE_PIN_NUM, PIN_STRENGTH_4MA, PIN_TYPE_STD_PU);
|
||||
MAP_GPIODirModeSet(BOOTMGR_PINS_PORT, BOOTMGR_SFE_PORT_PIN, GPIO_DIR_MODE_IN);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user