User Activity

What is the name of the connector used on stlinkv2 programmers like this one? I can use single wires taped together, but hoping there's a standard cable or connector type that will connect better than single header pins taped together.
Greetings, I'm attempting to use the RRCW (Rotate Word Right Logical through Carry) instruction (op code 56), but it is giving unexpected results on bit 15.The documentation on PM0044 (pg 138/162) says: "Bit 15 of the result is a copy of the CC.C bit...
Hello, I'm successfully using BSET and BRES assembler instructions where the position is constant. However, I'm having trouble getting it to work where the position is determined at runtime.For example: bset 0x500f, 2 ; works ldw x, (0x03, sp) bset 0...