Page 1 of 1

Suggestions for stm32f746disco variant

Posted: Fri Nov 13, 2020 10:40 am
by mlundin
I know its easy to change in the card variant files but I think as a default the following changes are useful.

1) Add PK3 and PI13 to the defined pins:

Code: Select all

#define PK3  26 // LCD Backlight Control
#define PI13 27 // LCD Interrupt pin
2) Uncomment the Audio and LCD I2C pins PH_7 and PH_8 in PeripheralPins.c I2C pin tables

Re: Suggestions for stm32f746disco variant

Posted: Fri Nov 13, 2020 12:51 pm
by mrburnette
viewtopic.php?p=5016#p5016

fpiSTM wrote: Fri Nov 13, 2020 8:19 am
jacob-rf wrote: Thu Nov 12, 2020 9:16 pm fpiSTM: Why should it not be defined on purpose? I would like to use it..
Well, the variant has been made by a contributor:
https://github.com/stm32duino/Arduino_C ... 2/pull/300

I've only review and made some clean up.

I know several variant does not have all pins defined, I'm currently working on a rework to ease generic variant addition and provide access to all pins.
This will be fixed thanks my rework. But as said this is not a bug as variant can be defined as you want. ;)