Description
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}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Activity
fpistm commentedon Jun 28, 2024
Hi @fabry1992
Right, 2 PR were made in // and forgot this new entry for the STM32CubeProgrammer rework. Plase feel free to provide a PR.
As a workaround, the boards.local.txt can be used to redefine the correct options. --> PR created #2414
fix: ELV_Modular_System upload options
fpistm commentedon Jul 1, 2024
Workaround:
boards.local.txt
file.fix: ELV_Modular_System upload options