Closed
Description
Hi,
I'm having trouble using the buttons on a BLACK_F407VE.
The variant file suggests the following:
// On-board user button
#define BTN_K_UP PA0
#define BTN_K0 PE4
#define BTN_K1 PE5
#define USER_BTN BTN_K0
However, K1 appears to trigger via PE3, and K_UP does not trigger on PA0 (haven't isolated this yet).
Is it possible that this is being overridden elsewhere, or is it just plain wrong in the variant file?
Can anyone else confirm this?