andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers

Home Page:http://www.andybrown.me.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for STM32F3 processors

cjheath opened this issue · comments

These processors have an I/O crossbar architecture that doesn't fit with the way stm32plus works.
I tried to figure out how to do it, and even asked Andy for help, but didn't get too far.
Though my C++ fu is strong, the code seemed fairly large and obtuse at the time and I couldn't figure out where to start changing things. If anyone cares to offer advice or help, I'm willing to have another go.