Skip to content

Conversation

@ndoo
Copy link

@ndoo ndoo commented Dec 3, 2025

Serial upload will not work until PlatformIO stm32flash is updated to include this upstream commit: https://sourceforge.net/p/stm32flash/code/ci/5530160c67df46c0fff9dcdeb46585b1c8512140/

As a workaround, flash the built .hex file using STM32CubeProgrammer (or use upload_protocol = stlink).

@valeros
Copy link
Member

valeros commented Dec 4, 2025

Hi @ndoo, it seems that this board is not supported in Zephyr framework. Also, please double check if the J-Link device name is correct.

Signed-off-by: Andrew Yong <me@ndoo.sg>
@ndoo ndoo force-pushed the lilygo_t3_stm32_v1 branch from f1bbca1 to 83bda10 Compare December 5, 2025 02:53
@ndoo
Copy link
Author

ndoo commented Dec 5, 2025

Thank you for the review, changes made;

index 7015449..cca2e13 100644
--- a/boards/lilygo_t3_stm32_v1.json
+++ b/boards/lilygo_t3_stm32_v1.json
@@ -15,13 +15,12 @@
     "variant": "STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U"
   },
   "debug": {
-    "jlink_device": "STM32WLE5JC",
+    "jlink_device": "STM32WLE5CC",
     "openocd_target": "stm32wlx",
     "svd_path": "STM32WLE5_CM4.svd"
   },
   "frameworks": [
-    "arduino",
-    "zephyr"
+    "arduino"
   ],
   "name": "LilyGo T3-STM32",
   "upload": {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants