While Longan Nano can be erased with mass-erase command, bare chip always reports failure.
If the bare chip is blank it can be programmed successfully. But if it is not blank it fails to program silently. Reporting success but read-out not matching.
If you erase the chip through JTAG with openocd, it can be programmed again.
Is there a way to properly erase this chip through DFU?
Or is there a way to update bootloader in these chips?
How can you tell the difference of these chips from their markings?
It seems there are some variants of GD32VF103CBT6.
dfu-util --list output of bare chip available in the market.
dfu-util --list output of Longan Nano.
While Longan Nano can be erased with mass-erase command, bare chip always reports failure. If the bare chip is blank it can be programmed successfully. But if it is not blank it fails to program silently. Reporting success but read-out not matching.
If you erase the chip through JTAG with openocd, it can be programmed again.
Is there a way to properly erase this chip through DFU? Or is there a way to update bootloader in these chips? How can you tell the difference of these chips from their markings?
Any information is welcome.