Replies: 1 comment 2 replies
-
#1562 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can TFT 3.5 be uploaded soft "normally" using SWD (e.g. ST-LINK V2) and VSC + PlatformIO? Do you have to upload it via SD card?
The program compiles with the settings:
[env:BIGTREE_TFT35_V3_0]
platform = [email protected]
framework = stm32cube
board = STM32F103VC
upload_protocol = cmsis-dap
but with the stm32F207, not anymore
[env:BIGTREE_TFT35_V3_0]
platform = [email protected]
framework = stm32cube
board = STM32F207VC
upload_protocol = cmsis-dap
I have TFT 3.5 V3.0 with STM32F207. Can I upload firmware version compiled on STM32F103 ? Probably not.
Beta Was this translation helpful? Give feedback.
All reactions