Building in release mode
Checking size .pio/build/nucleo_f446re/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [= ] 7.4% (used 9696 bytes from 131072 bytes)
Flash: [= ] 6.1% (used 31720 bytes from 524288 bytes)
Configuring upload protocol...
AVAILABLE: blackmagic, cmsis-dap, jlink, mbed, stlink
CURRENT: upload_protocol = mbed
Looking for upload disk...
Using manually specified: /Volumes/NOD_F446RE
Uploading .pio/build/nucleo_f446re/firmware.bin
*** [upload] /Users/ecochra/.dev/nucleo/projects/nucleo-eeprom/.pio/build/nucleo_f446re/firmware.bin: No space left on device
I’m not sure if I’m on the right track now. I tried using the /dev/cu.usbmodem401103 as the upload_port option with no success.
As for the firmware, I doubt it is up-to-date, and I, unfortunately, don’t have an ST-Link to push updates with. Is there a manual to update the firmware?
That should be correct. I don’t see a problem in your Nucleo, it has all the jumpers set so that the ST-Link on the nucleo (upper part) is properly connected to the microcontroller below… The “ST-Link” jumpers are both set on the top and the IDD jumper is set too, power LED is on too.
Are there any files in the /Volumes/NOD_F446RE virtual drive? A FAIL.txt maybe?
@maxgerhardt with an interesting turn of events, I took the board off of the breadboard, and (for whatever reason) I was able to upload with no problem.
I believe when I checked the contents before, it would essentially show which ever error I was receiving from the upload output.