Suggestions for stm32f746disco variant

Post Reply
mlundin
Posts: 94
Joined: Wed Nov 04, 2020 1:20 pm
Answers: 6
Location: Sweden

Suggestions for stm32f746disco variant

Post 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
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: Suggestions for stm32f746disco variant

Post 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. ;)
Post Reply

Return to “PR's bugs and enhancements”