-
`CortexM(sdw.Swd()).get_idcode()` gets the Stlinks IDCODE(or some other value from it) rather than the target IDCODE.
To get the target IDCODE you must use:
`sdw.Swd().get_mem32(0xE0042000)`
Cons…
-
According to the TRM(`lm80-p0436-100_d_snapdragon_410e_apq8016e_tech_reference_manual_revd.pdf`, page 3357), msm8916 supports NIDnT(Narrow Interface for Debug and Test) feature, implemented in a QDSD(…
-
Hi dear, great job!
I flashed the 1.7.5 ppm 8ch for swe, vey nice fw, but the fsi6 have a old knowed bug on fly mode normal and sport (default swd), menu dual rate/expo., the related function is "l…
-
Hi, running this script in R in linux and with 19 variables the creation of sets keep going until infinite. It creates the 969 sets with combination of 3 variables but after that keep going with comb…
-
Hi!
It has previously been possible to upload to and run from SRAM on the older rp2040 but it seems no longer possible on the new sibling.
Is there any planned support in the pipeline or would i…
-
Hello,
- Issue is going to swd.local/edit for the index.htm upload
I installed everything like normal,
Connected to a WiFi AP
I have access to swd.local/ with the webpage saying go to /edit
- once…
-
Hello!
We're trying to have our robot, equipped with two SWD125 wheels, navigate using the ROS2 Nav2 stack, and it appears that the robot is having trouble following the direction commands when n…
-
Hi! I'm not sure if this is the appropriate place to report issues with this analyzer, so please redirect me if not.
When decoding an SWD transaction, the current analyzer needs to see a '1' bit _a…
-
I'm receiving occasional memory transfer faults while code is running (seemingly always while querying the target state in gdbserver.py), resulting in the following trace:
```
0183965:WARNING:gdbs…
-
According to the Datasheet of the nrf51822 aliexpress beacons, which are made by holyiot, they support nrf OTA dfu by default
I haven't been able to build an ota package yet, most documentation see…