Arduino_Core_STM32
Arduino_Core_STM32 copied to clipboard
ELV-BM-TRX1 was not affected by the rework for the STM32Programmer
Describe the bug
Programming the ELV-BM-TRX1 device results in following error message:
Selected interface: 1 Protocol unknown!
To Reproduce
- Use the compile function
- 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}