Arduino_Core_STM32 icon indicating copy to clipboard operation
Arduino_Core_STM32 copied to clipboard

ELV-BM-TRX1 was not affected by the rework for the STM32Programmer

Open fabry1992 opened this issue 7 months ago • 1 comments

Describe the bug Programming the ELV-BM-TRX1 device results in following error message: Selected interface: 1 Protocol unknown!

To Reproduce

  1. Use the compile function
  2. See message

Expected behavior The compiled code gets Downloaded and verified onto the device

Desktop (please complete the following information):

  • OS: Windows
  • Arduino IDE version: 2.3.2
  • STM32 core version: 2.8.0
  • Upload method: Serial

Board (please complete the following information):

  • Name: ELV-BM-TRX1
  • Hardware Revision: Rev A

Suggested Fix Since all other board.txt entries were reworked, in the same way, I would suggest to change the following lines: 12946 : ELV_Modular_System.menu.upload_method.swdMethod.upload.protocol=0 12950 : ELV_Modular_System.menu.upload_method.serialMethod.upload.protocol=1 12951 : ELV_Modular_System.menu.upload_method.serialMethod.upload.options={serial.port.file}

to

12946 : ELV_Modular_System.menu.upload_method.swdMethod.upload.protocol=swd 12950 : ELV_Modular_System.menu.upload_method.serialMethod.upload.protocol=serial 12951 : ELV_Modular_System.menu.upload_method.serialMethod.upload.options=-c {serial.port.file}

fabry1992 avatar Jun 28 '24 11:06 fabry1992