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

Support for STM32F3 processors #168

Open cjheath opened 8 years ago

cjheath commented 8 years ago

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.