Ownasaurus / TAStm32

Console replay device utilizing a STM32F4
GNU General Public License v3.0
66 stars 14 forks source link

Consider a computer-less, serial-less implementation where data is read off of a USB stick instead #1

Closed Ownasaurus closed 5 years ago

Ownasaurus commented 5 years ago

STM32CubeMX does not support OTG mode, where it can be either a host or a device during execution. It would require a bit of manual coding to set up.

Ownasaurus commented 5 years ago

Going to close this. This kind of feature is likely going to be implemented on @huuf's TASseract with a SD card.