-
Notifications
You must be signed in to change notification settings - Fork 49
Flash the firmware on Bafang 850C LCD
casainho edited this page Jul 12, 2019
·
15 revisions
Bafang 850C LCD is a color LCD that is manufactured by http://aptdevelop.com/.
Download the firmware binary file from here: https://github.com/OpenSource-EBike-firmware/TSDZ2-Smart-EBike/releases/tag/v0.19.0
Our OpenSource firmware repository: https://github.com/OpenSource-EBike-firmware/Color_LCD/tree/master/Bafang_LCD_850C/Bafang_LCD_850C_firmware
- use something thin to force open the front cover, by making force on the sides of the case
- remove the hard plastic layer that is on top of the LCD
- remove the 2 little screws that fix the LCD and the board to the case
The JTAG SWD pins are available on the board, on the pads as seen on next picture, with the following JTAG pins:
Pad number (from left to right) |
JTAG name |
1 | GND |
2 | NRST |
3 | SWCLK |
4 | SWDIO |
5 |
VCC 3.3V (no need to connect if LCD is already powered on) |
To flash the firmware, use the software tool that works on your operation system to flash the STM32F103 microcontrollers. On Linux, for instance, you can use the stm32flash.
On the very first time, you will need to first erase and/or unlock the microcontroller.