2020-07-17 11:58 PM
Hii everyone,
I.m using STM32F407G-DISC1 board. I've ST-Link V2 external debugger (which image I've attached) because I don't want to use onboard debugger. I want to do a boundary scan testing. Can you suggest me is there any free tool available for STM32F4 to do boundary scan testing.
Solved! Go to Solution.
2020-07-18 02:34 AM
STlinks do not expose bare JTAG transactions, to my kownledge. As bare JTAG transactions are needed for Boundary scan so the STLINK can not do Boundary scan.
2020-07-18 02:34 AM
STlinks do not expose bare JTAG transactions, to my kownledge. As bare JTAG transactions are needed for Boundary scan so the STLINK can not do Boundary scan.
2020-07-18 03:33 AM
Can you please suggest any JTAG adapter suitable for stm32 and software also.
2020-07-18 05:10 AM
Boundary scan is a wide area. Normally you select a boundary scan tool and that tool has support for one or several adapters. Many tools support FTDI based adapters. But your milage may vary!
2020-07-21 12:08 AM
Thanks for the answer.