I'm using this programmer for a few years, now I think we could move forward to another platform.
STM32F103 ARM C3 chips are incredible cheap and run at 72MHz have at least 64KiB ROM and 20KiB of RAM, 4 serial interfaces, USB, 2 SPI, 4 timer with 4 individual comparators each. They cost around US$4,00 with shipping and uses a DIP-40 package.
They are Arduino compatible with stm32duino library, it could be user as HID device or Mass storage according to this library.
I'll help to write the code after choose wich interface shold be default for this 'new' version.
Last edit: Vitor_Boss 2018-03-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using this programmer for a few years, now I think we could move forward to another platform.
STM32F103 ARM C3 chips are incredible cheap and run at 72MHz have at least 64KiB ROM and 20KiB of RAM, 4 serial interfaces, USB, 2 SPI, 4 timer with 4 individual comparators each. They cost around US$4,00 with shipping and uses a DIP-40 package.
They are Arduino compatible with stm32duino library, it could be user as HID device or Mass storage according to this library.
I'll help to write the code after choose wich interface shold be default for this 'new' version.
Last edit: Vitor_Boss 2018-03-08
Nice, but I currently have zero time for this project