Using rtt up channel/bytes_available does not work. It throws an exception "'GenericRTTUpChannel' object has no attribute 'target'"
Checking the code shows the problem here:
|
write_off, read_off = self.target.read_memory_block32(self._offsets_addr, 2) |
Instead of "target" there should be "_target".
Using rtt up channel/bytes_available does not work. It throws an exception "'GenericRTTUpChannel' object has no attribute 'target'"
Checking the code shows the problem here:
pyOCD/pyocd/debug/rtt.py
Line 206 in b36e816
Instead of "target" there should be "_target".