Difference between revisions of "Programming nRF51822 with STlink on Windows"
Line 1: | Line 1: | ||
[[User:Sandeep|Sandeep]] ([[User talk:Sandeep|talk]]) 17:43, 10 September 2015 (IST) | [[User:Sandeep|Sandeep]] ([[User talk:Sandeep|talk]]) 17:43, 10 September 2015 (IST) | ||
+ | [[User:Vaibhav Katkar|Vaibhav Katkar]] ([[User talk:Vaibhav Katkar|talk]]) 10:03, 30 September 2015 (IST) | ||
---- | ---- | ||
Getting STlink v1 working with openOCD is a pain. The USB driver implementation has flaws. The PC picks different drivers for the same device depending on its mood! Initially I got it working on my computer and to check I asked Vaibhav to try on his computer. He too wanted to use it to debug the LPC1114 MCU that he is working on for a last few weeks. It did not work, even after following the exact same steps. So we debugged and found out what the issue was. | Getting STlink v1 working with openOCD is a pain. The USB driver implementation has flaws. The PC picks different drivers for the same device depending on its mood! Initially I got it working on my computer and to check I asked Vaibhav to try on his computer. He too wanted to use it to debug the LPC1114 MCU that he is working on for a last few weeks. It did not work, even after following the exact same steps. So we debugged and found out what the issue was. |
Revision as of 10:03, 30 September 2015
Sandeep (talk) 17:43, 10 September 2015 (IST) Vaibhav Katkar (talk) 10:03, 30 September 2015 (IST)
Getting STlink v1 working with openOCD is a pain. The USB driver implementation has flaws. The PC picks different drivers for the same device depending on its mood! Initially I got it working on my computer and to check I asked Vaibhav to try on his computer. He too wanted to use it to debug the LPC1114 MCU that he is working on for a last few weeks. It did not work, even after following the exact same steps. So we debugged and found out what the issue was.