-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I'm using a dragonfly like board designed by Kris and we used PA15 as output to enable a LDO via an enable pin. We have placed a pull down on PA15 so at reset state the device behind LDO should be disabled.
unfortunately looks like reset state of this pin is not input and thus enable the LDO. Reconfiguring the PA15 pin as input in setup() solved the issue but wondering why and where this pin could be setup elsewhere not to be an input?
Can we easily fix?
of course our variant does not define PA15 as VUSB.
#define STM32L4_CONFIG_USB_VBUS GPIO_PIN_PA9
#define PIN_USB_VBUS (27ul)
#define PIN_USB_DM (28ul)
#define PIN_USB_DP (29ul)
/ 27..29 - USB (VBUS,DM,DP)
{ NULL, GPIO_PIN_MASK(GPIO_PIN_PA9), GPIO_PIN_PA9, 0, PWM_INSTANCE_NONE, PWM_CHANNEL_NONE, ADC_INPUT_NONE },
{ NULL, GPIO_PIN_MASK(GPIO_PIN_PA11), GPIO_PIN_PA11, 0, PWM_INSTANCE_NONE, PWM_CHANNEL_NONE, ADC_INPUT_NONE },
{ NULL, GPIO_PIN_MASK(GPIO_PIN_PA12), GPIO_PIN_PA12, 0, PWM_INSTANCE_NONE, PWM_CHANNEL_NONE, ADC_INPUT_NONE },
Thanks
Metadata
Metadata
Assignees
Labels
No labels