Hi. I am trying to program a Luminary LM3S1816 using the JLink SDK, which I have wrapped in managed C#. This device is not on the the supported list, but by selecting the the device LM3S1968 I can successfully read the memory in J-Flash, and read/write using JLink commmand line and scripts. The problem I have is that when I attempt to write to memory using the SDK, nothing happens, although I can read the memory OK. So, why is programming direct via JLink commands OK, but the equivalent SDK comm…