hey,
although I am quite sure to have been installing correctly, no sketch upload to Adafruit feather M0 express is possible:
I am using IDE 1.8.2 (also tried: 1.6.12 and 1.8.2/3 nightly build)
I installed Arduino M0 boards by the board manager
I added the Adafruit path to preferences text
I installed Adafruit M0 boards by the board manager
I installed Adafruit Windows 7 drivers
Plugging the Feather M0 express, it is clearly listed in the device manager
e.g., COM7 Adafruit Feather M0 express
I can choose Adafruit Feather M0 express board in the IDE,
I can see and choose the activated port COM7 (it's the only one which is listed, but without further board specification, just COM7, and it vanishes when I unplug the Feather, so it's supposed to be the right one though)
I tried the simple examples sketch
Blink.ino
it compiles fine,
but upload fails:
PORTS {COM7, } / {COM7, } => {}
Uploading using selected port: COM7
...
No device found on COM7
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
Beim Hochladen des Sketches ist ein Fehler aufgetreten
In the IDE did you also install "Arduino SAND boards". It will not program without that. The Adafruit Feather M0 driver or what ever works off the "Arduino SAND boards" compiler. I have some and they work well.
tito-t:
hey,
although I am quite sure to have been installing correctly, no sketch upload to Adafruit feather M0 express is possible:
I am using IDE 1.8.2 (also tried: 1.6.12 and 1.8.2/3 nightly build)
I installed Arduino M0 boards by the board manager
I added the Adafruit path to preferences text
I installed Adafruit M0 boards by the board manager
I installed Adafruit Windows 7 drivers
Plugging the Feather M0 express, it is clearly listed in the device manager
e.g., COM7 Adafruit Feather M0 express
I can choose Adafruit Feather M0 express board in the IDE,
I can see and choose the activated port COM7 (it's the only one which is listed, but without further board specification, just COM7, and it vanishes when I unplug the Feather, so it's supposed to be the right one though)
I tried the simple examples sketch
Blink.ino
it compiles fine,
but upload fails:
PORTS {COM7, } / {COM7, } => {}
Uploading using selected port: COM7
...
No device found on COM7
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
Beim Hochladen des Sketches ist ein Fehler aufgetreten
what am I doing wrong or what am I missing?
I have News.
There is a bug in the Bootloader - next step -> i will try to upload code with my linux machine.