Add USART6 pins to MKS TFT35 V1.0 variant so it doesn't fall back to the incorrect defaults #3002
+5
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add USART6 pins to MKS TFT35 V1.0 variant so it doesn't fall back to the incorrect defaults
Requirements
MKS TFT35 V1.0 Touch screen
Description
Add USART6 pins to MKS TFT35 V1.0 variant so it doesn't fall back to the incorrect defaults. The TFT uses the STM32F407VET6 MCU in a 100 pin package. (https://github.com/makerbase-mks/MKS-TFT-Hardware/blob/master/MKS%20TFT35/MKS%20TFT35%20V1.0_003/MKS%20TFT35%20V1.0_003%20SCH.pdf).
So the correct USART6 pins are:
USART6_TX_PIN PC6
USART6_RX_PIN PC7
Confirmed on the actual hardware.
Benefits
Working USART6 serial communication
Related Issues
#3001