Patrik Bachan
Patrik Bachan
After removal of `soapysdr` module, Sdr++ does not crash anymore.
Good to know, there are nightlies available. 79a15ed nightly behaved in same way. libusb collision could be it, unfortunately, I was not able make libusb print out more info. my...
Here is output, when I set `LIBUSB_DEBUG` to `4`, because `3` did not add much. [sdrpp_nightly_libusb_dbg4.txt](https://github.com/AlexandreRouma/SDRPlusPlus/files/8729090/sdrpp_nightly_libusb_dbg4.txt)
I've finally tested with branch you linked and still no success. ``` # pyocd -V 0.28.1.dev667+dirty ``` stlink v2-1 ``` # pyocd gdbserver -vvvvv --port 50000 --telnet-port 50001 --target stm32h730vbtx...
TPIU is found, so that's fixed, but issue is also somewhere else.
> It's probably because the TPIU is accessed through APB-AP#2 yeah, only APB-AP#0: DWT, FPB, ITM are available in `session` > That configuration likely won't work in pyocd right now....
shoot, I tried to undo my changes and failed :facepalm: Should have been... ```python itm = self._session.target.get_first_child_of_type(ITM) if not itm: LOG.warning("SWV not initalized: Target does not have ITM component") return...
oh, first issue could be the fact, that stlink v2-1 does not offer access to any other AP than 0
> Can you elaborate what you mean by "empty install"? When I tried to install `libusb-package` using PKGBUIULD according to linked wiki page, resulting package did not carry any pre-built...
stlink v2-1 is significantly faster than jlink in pyocd (rougly ~5 times, I can do more precise benchmarks). Is that expected as stlink has limited low-level command capabilities? (at least...