platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

Upload to Renode failing for STM32 #709

Closed anupdw closed 1 year ago

anupdw commented 1 year ago

Host OS: Mac OS X The arguments passed to renode for upload task seems incorrect. Also, the default location of Renode.exe is incorrect.

Configuring upload protocol...
AVAILABLE: blackmagic, cmsis-dap, jlink, mbed, stlink
CURRENT: upload_protocol = stlink
Uploading .pio/build/disco_f407vg/firmware.elf

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'OptionsParser, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'OptionsParser, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'OptionsParser, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'OptionsParser, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'
valeros commented 1 year ago

Hi @anupdw ! Currently, the ststm32 dev-platform doesn't support the Renode simulator.