smartgauges / canbox

Firmware for canbus boxes
59 stars 25 forks source link

Unable to flash canbus box #5

Closed liamstears closed 4 months ago

liamstears commented 4 months ago

I've got 2 boxes that are slightly different, 1 flashes fine, this one however refuses, seems as though it's not even seen by the flasher

Just wondering if there is something obvious I am missing or maybe this is just a different design that cannot be flashed?

20240506_194056

smartgauges commented 4 months ago

hello, your board has different processor - hc32f072 instead of gd32f103, firmware for gd32f103 is not compatible with hc32f072. https://github.com/SoCXin/HC32F072

liamstears commented 4 months ago

hello, your board has different processor - hc32f072 instead of gd32f103, firmware for gd32f103 is not compatible with hc32f072. https://github.com/SoCXin/HC32F072

Thank you