andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

STM32F7 support? #174

Closed ghost closed 8 years ago

ghost commented 8 years ago

Your library looks really promising and well written! And I'd like try it out with a small project of mine (actually I'm trying to rebuild your Vivaz Display/R61523 test with my DIY STM32F7 board). Is there a way to add support for the newer STM32F7x MCUs, by adapting the STM32F4x code? - Since I'm a STM32 newbie, I think it's too difficult for me to port this myself right now...

hellow554 commented 8 years ago

See #148 But maybe something changed in the meantime

ghost commented 8 years ago

Ok thanks! Too bad there's this huge gap between the Standard Peripheral Library and HAL... I'll try it out anyway on the STM32F4 Discovery board, and see if I can port the R61523 driver portion over to the STM32F7 (will be shared again).