Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to write a firmware upgrade guide? #6

Open
Stefanhg opened this issue Jun 24, 2019 · 1 comment
Open

Possible to write a firmware upgrade guide? #6

Stefanhg opened this issue Jun 24, 2019 · 1 comment

Comments

@Stefanhg
Copy link

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
Copy link

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:

  • SDCC
  • GNU make
    Then You have to add "SDCC" and "make" to Your "PATH"environment variable.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants