ArduinoHannover / ZPB30A1_Firmware

Open-Source firmware for the ZPB30A1 electronic load (WIP)
GNU General Public License v3.0
49 stars 22 forks source link

Possible to write a firmware upgrade guide? #6

Open Stefanhg opened 5 years ago

Stefanhg commented 5 years ago

Hello. Is it possible to write a simple guide how to upgrade the firmware? I bought a new IC but i am not sure how i should compile/upload the firmware. I got the hardware needed but i am not a STM programmer so IDK where i should get started. Doesn't have to be totally detailed but just so i know what to do.

I installed SDCC as mentioned in readme file but IDK what to do now

frankyfly83 commented 5 years ago

Hello, I am having similar problems. I changed the MCU, was able to compile and upload the Firmware, but Load is still a Brick - no LED, no Beeps, ...

I didn't find time for investigation what I did wrong.

At first, I am also not a Pro and I am working on windows: At first You have to install:

Open CMD and go navigate to the Folder with the source code ".\ZPB30A1_Firmware\software" )

Then just type "make" to start the build. The binary will be .\build\electronic_load.ihx

for uploading I use ST Visual Programme.