Dear all,
I’ve installed the sensebox on a PC running Windows 7 and running Arduino 1.8.9 . I tried to compile and upload the mcu_button example and got this error message:
PORTS {COM1, COM6, COM7, COM8, COM9, } / {COM1, COM6, COM7, COM8, COM9, } => {}
PORTS {COM1, COM6, COM7, COM8, COM9, } / {COM1, COM6, COM7, COM8, COM9, } => {}
Uploading using selected port: COM9
C:\Users\itsme\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0/bossac.exe -i -d --port=COM9 -U true -i -e -w -v C:\Users\itsme\AppData\Local\Temp\arduino_build_539038/mcu_button.ino.bin -R
Set binary mode
readWord(addr=0)=0x5342
readWord(addr=0xe000ed00)=0
readWord(addr=0x400e0740)=0x55000000
version()=SBS00000,4#
chipId=0x55000000
Unsupported processor
Send auto-baud
Set binary mode
readWord(addr=0)=0x342c3034
readWord(addr=0xe000ed00)=0x53550023
readWord(addr=0x400e0740)=0x30455342
version()=740,4#
chipId=0x30455342
Unsupported ARM7TDMI architecture
No device found on COM9
An error occurred while uploading the sketch
Uninstall and reinstalling USB driver didn’t help.
Board definitions are up-to-date:
Arduino SAMD Boards: Version 1.6.21
senseBox SAMD Boards : Version 1.3.0
COM port is correctly recognized as COM 9 (senseBox MCU)
Any idea?
Kind regards