hil: use stlink for stm32f746disco#3768
Conversation
Signed-off-by: HiFiPhile <admin@hifiphile.com>
There was a problem hiding this comment.
Pull request overview
Updates the HIL hardware configuration for stm32f746disco to use an ST-Link probe instead of a J-Link, aligning the test rig with the reflashed ST-Link firmware for improved stability.
Changes:
- Switch
stm32f746discoflasher fromjlinktostlinkin the HIL config. - Update the probe UID accordingly and drop the J-Link
-device ...argument (not needed for the ST-Link flashing path).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Size Difference ReportBecause TinyUSB code size varies by port and configuration, the metrics below represent the averaged totals across all example builds. Note: If there is no change, only one value is shown. Changes >1% in sizeNo entries. Changes <1% in sizeNo entries. No changes
|
Hardware-in-the-loop (HIL) Test Reporthfp-iar✅ 52 passed · ❌ 0 failed · ⚪ 0 skipped · blank not run
hfp.json✅ 52 passed · ❌ 0 failed · ⚪ 0 skipped · blank not run
tinyusb.json✅ 263 passed · ❌ 76 failed · ⚪ 11 skipped · blank not run
|
|
hathach
left a comment
There was a problem hiding this comment.
I re-org the hil pool, changing to other pcie card controller to go around the 32 slot limit. But the moschip controlelr (pure ehci) is buggy, and cause lots of hung/stuck device. The renesas xhci controller is much more stable. I guess I need to do the pcie splitter instead.
Reflashed it back to STLink, hope it's more stable.