[auxxoconnd1m1 10:36] ~/projects/Espruino >python scripts/stm32loader.py -p /dev/cu.usbserial -Vevw ./espruino_1v70_hystm32_24_ve.bin
Open port /dev/cu.usbserial, baud 115200
Reading data from ./espruino_1v70_hystm32_24_ve.bin
*** Get command
Bootloader version: 0x22
Available commands: ['0x0', '0x1', '0x2', '0x11', '0x21', '0x31', '0x43', '0x63', '0x73', '0x82', '0x92']
Bootloader version 0x22
Traceback (most recent call last):
File "scripts/stm32loader.py", line 561, in <module>
chip_id = cmd.cmdGetID()
File "scripts/stm32loader.py", line 164, in cmdGetID
if self.cmdGeneric(0x02):
File "scripts/stm32loader.py", line 137, in cmdGeneric
return self._wait_for_ack(hex(cmd))
File "scripts/stm32loader.py", line 98, in _wait_for_ack
raise CmdException("Chip replied with a NACK during %s" % info)
__main__.CmdException: Chip replied with a NACK during 0x2
I'll take a look at the touchscreen module, thanks :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, I followed those instructions but I get..
I'll take a look at the touchscreen module, thanks :)