Date: Sat, 05 Dec 2020 21:16:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251620] devel/msp430-debug-stack: Update to 3.15.1.1 Message-ID: <bug-251620-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251620 Bug ID: 251620 Summary: devel/msp430-debug-stack: Update to 3.15.1.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lev@FreeBSD.org Reporter: kevinz5000@gmail.com Assignee: lev@FreeBSD.org Flags: maintainer-feedback?(lev@FreeBSD.org) Update to 3.15.1.1. While here, add a patch that affects me: I have a MSP430F5529 Launchpad connected via USB. Besides the issue where t= he devd config creates a broken symlink (PR 251616), I can't connect to my launchpad using mspdebug and tilib: $ mspdebug tilib MSPDebug version 0.25 - debugging tool for MSP430 MCUs Copyright (C) 2009-2017 Daniel Beer <dlbeer@gmail.com> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Chip info database from MSP430.dll v3.15.0.1 Copyright (C) 2013 TI, Inc. Using new (SLAC460L+) API MSP430_GetNumberOfUsbIfs MSP430_GetNameOfUsbIf Found FET: mspfet0013 MSP430_Initialize: mspfet0013 tilib: MSP430_Initialize: Interface Communication error (error =3D 35) tilib: device initialization failed With this attached patch that adds an additional delay to resetCommunicatio= n(): $ mspdebug tilib MSPDebug version 0.25 - debugging tool for MSP430 MCUs Copyright (C) 2009-2017 Daniel Beer <dlbeer@gmail.com> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Chip info database from MSP430.dll v3.15.0.1 Copyright (C) 2013 TI, Inc. Using new (SLAC460L+) API MSP430_GetNumberOfUsbIfs MSP430_GetNameOfUsbIf Found FET: mspfet0013 MSP430_Initialize: mspfet0013 Firmware version is 31501001 MSP430_VCC: 3000 mV MSP430_OpenDevice MSP430_GetFoundDevice Device: MSP430F5529 (id =3D 0x002f) I'm not really sure why this additional delay is needed, but since tilib se= ems to be littered with these, I'm not sure it would hurt. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251620-7788>