-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compillation error for Generic STM32F103C #137
Comments
You have paddle_left and/or paddle_right defined as pin 0. Assign real pins
to these two.
…On Sun, Feb 19, 2023 at 8:12 AM Sergey R5AU ***@***.***> wrote:
Hi !
I have error with compillation keyer code for STM32 Blue Pill board:
C:\Users\r5au\Documents\Arduino\k3ng_cw_keyer-master\k3ng_keyer\k3ng_keyer.ino:1536:4:
error: #error "You cannot define paddle_left or paddle_right as 0 to
disable"
#error "You cannot define paddle_left or paddle_right as 0 to disable"
^
Multiple libraries were found for "Wire.h"
Used:
C:\Users\r5au\AppData\Local\Arduino15\packages\stm32duino\hardware\STM32F1\2022.9.26\libraries\Wire
Not used:
C:\Users\r5au\AppData\Local\Arduino15\packages\stm32duino\hardware\STM32F1\2022.9.26\libraries\WireSlave
exit status 1
Compilation error: #error "You cannot define paddle_left or paddle_right
as 0 to disable"
Arduino IDE version 2.0.3 64bit
STM32 board support with
http://dan.drown.org/stm32duino/package_STM32duino_index.json
What is wrong ?
Copmpillation for Arduino nano without troubles
—
Reply to this email directly, view it on GitHub
<#137>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZNU4HLJTAIJKCWKS7PFHLWYIL4DANCNFSM6AAAAAAVA6TYXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi Antony !
|
For tetsing purpose i did as abose however next stop with Serial Port:C:\Users\r5au\Documents\Arduino\k3ng_cw_keyer-master\k3ng_keyer\k3ng_keyer.ino: In function 'void initialize_serial_ports()': Compilation error: cannot convert 'HardwareSerial' to 'USBSerial' in assignmentprobably somwhere in definitions files port assigment are wrong ? 'HardwareSerial' <-> 'USBSerial' ? |
Do you have the correct board loaded ? I have now the same error : line 18246 k3ng_keyer.ino |
Hi !
I have error with compillation keyer code for STM32 Blue Pill board:
C:\Users\r5au\Documents\Arduino\k3ng_cw_keyer-master\k3ng_keyer\k3ng_keyer.ino:1536:4: error: #error "You cannot define paddle_left or paddle_right as 0 to disable"
#error "You cannot define paddle_left or paddle_right as 0 to disable"
^
Multiple libraries were found for "Wire.h"
Used: C:\Users\r5au\AppData\Local\Arduino15\packages\stm32duino\hardware\STM32F1\2022.9.26\libraries\Wire
Not used: C:\Users\r5au\AppData\Local\Arduino15\packages\stm32duino\hardware\STM32F1\2022.9.26\libraries\WireSlave
exit status 1
Compilation error: #error "You cannot define paddle_left or paddle_right as 0 to disable"
Arduino IDE version 2.0.3 64bit
STM32 board support with http://dan.drown.org/stm32duino/package_STM32duino_index.json
What is wrong ?
Copmpillation for Arduino nano without troubles
The text was updated successfully, but these errors were encountered: