Hello, trying to connect to TunerStudio using USART1 on an STM32F407VGT6.
It does not seem to work, however I am using alternate pins.
PB7 = RX1
PB6 = TX1
The firmware I am using is ' rusEFI v20230124@52586 '.
[help needed] UART Help
- AndreyB
- Site Admin
- Posts: 14752
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B
Re: UART Help
Please upload your tune see https://github.com/rusefi/rusefi/wiki/HOWTO-upload-tune
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
-
- Posts: 4
- Joined: Thu Mar 16, 2023 12:07 am
- AndreyB
- Site Admin
- Posts: 14752
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B
Re: UART Help
At the moment software is not smart enough to pick uart peripheral automatically. Some software developer would have to make software smarter. Hopefully it's possible without hitting DMA mapping issues.
# TS_SECONDARY_UxART_PORT
DDEFS += -DSTM32_SERIAL_USE_USART3=TRUE
DDEFS += -DTS_SECONDARY_UxART_PORT=SD3
You do not have the required permissions to view the files attached to this post.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
- AndreyB
- Site Admin
- Posts: 14752
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B
Re: UART Help
I suggest getting some official hardware and using it as reference for any new designs.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
-
- Posts: 4
- Joined: Thu Mar 16, 2023 12:07 am
Re: UART Help
so there is no way of using what I have for bluetooth?