dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

On Mac Os High Sierra rf2500: failed to open RF2500 device #77

Open Euler1707 opened 5 years ago

Euler1707 commented 5 years ago

On Mac Os High Sierra 10.13.6 (17G65)

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.3.1.4 Copyright (C) 2013 TI, Inc.

rf2500: failed to open RF2500 device

$ mspdebug --usb-list

Devices on bus 020: 020:010 0451:f432 eZ430-RF2500 [serial: 13FF55ADB2161B22] 020:009 05ac:0259

dlbeer commented 5 years ago

Is this the 0.25 release you're using, or the latest git master? If it's the release, could you retry with the git master branch?

Euler1707 commented 5 years ago

You are right I apologize, it works after building from source. I was originally using the Homebrew release.

beetai commented 4 years ago

I have also encountered this problem. I was also using the Homebrew release, but the problem was still not fixed after trying to build from source.

glingy commented 4 years ago

I can confirm that for me on macOS Catalina, I get no error in 0.23 or 0.24, that same error in 0.25, and again no error in the current master, so it seems master fixed the problem.