pi-desktop / mcu-power-control

MCU code for pi-desktop to implement key detection and power switch monitor.
1 stars 3 forks source link

Firmware Project Underway! #1

Open hoopsurfer opened 5 years ago

hoopsurfer commented 5 years ago

The fine people at Embest Technologies have agreed to provide the source for the MCU Power Control on the Pi-Desktop add-on board so I can make some fixes. The firmware controls a STM8S MCU. I am working on the project over in http://github.com/hoopsurfer/pidesktop. Feel free to drop me a note if you're interested in helping.

Thanks to the Support team at Embest Technologies for providing these sources!

hoopsurfer

hoopsurfer commented 5 years ago

I have validated the tool chain: built, flashed and debugged with ST-Link, flashed with the firmware programmer (STVP and stm8flash) and tested the rebuilt firmware on a running system. I have validated that I am able to reflash the firmware back to the original. I am taking some time to understand the existing code and learn a little more about the STM8S device. more to come.