after run stm32loader.py
show cpu id ['0x40','x10']
trackback at cmd.cmdEraseMemory
..............
raise cmdException("NACK"+info)
and I can't up load through jlink too.
after run stm32loader.py
show cpu id ['0x40','x10']
trackback at cmd.cmdEraseMemory
..............
raise cmdException("NACK"+info)
and I can't up load through jlink too.
did you try using the proper config scripts in the libmaple or maple-bootloader repos?
in the maple-bootloader (github.com/leaflabs) repo, you should be able to do:
$> make
$> make program_serial
and it will make the right call for you
You must log in to post.