Skip to content

Open-Source gs_usb firmware #4

@romainreignier

Description

@romainreignier

I have ported the candleLight firmware open-source firmware to this device in my fork in case someone is interested.

To build it:

git clone -b add_weactstudio_usb2canfdv1 https://github.com/romainreignier/candleLight_fw.git
cd candleLight_fw
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/gcc-arm-none-eabi-8-2019-q3-update.cmake
make WeActStudio_USB2CANFDV1_fw

Follow the procedure in the README to clear the flash and then, upload the WeActStudio_USB2CANFDV1_fw.bin file with STM32CubeProgrammer with a SWD probe like a ST-Link V2.

After a first install, the firmware can be updated directly with USB:

make flash-WeActStudio_USB2CANFDV1_fw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions