pingumacpenguin / STM32-O-Scope

STM32F103 based minimalist oscilloscope.
GNU General Public License v2.0
185 stars 70 forks source link

Anyone know if this will work on stm32 f2? #14

Closed BlackDragon2020 closed 3 years ago

BlackDragon2020 commented 3 years ago

I have an extra tft display that has sd card wifi and stem32 f2 mcu onboard.

It's a big tree tech tft for cnc printers. Would be great to use it. Anyone know if this can be done?

pingumacpenguin commented 3 years ago

I've never tried it, but it might however the ADCs are different on the two architecture so you may need to do a little bit of digging through the STM32 f2 data sheet and modify the relevant ADC code.

You could also ask on https://www.stm32duino.com/ - someone may already have given it a try.