英文:
How to Programme 3rd Party nrf52832 (DollaTek NRF52832 Bluetooth Module BLE )
问题
我来自编程Arduino,并希望使用NRF52832 - 我找到了这个板子,这是NRF52832的第三方拓展板 - 我想使用这个板子,以便我可以使用类似的天线设计。
问题 - 我有一个ST-LINK编程器,但我看到我需要一个J-LINK,可以有人帮我理解我是否可以使用ST-LINK,还是需要J-LINK,或者是否需要在我进行编程之前订购一个Nordic开发板(出于许可证目的)。此外,任何关于建立连接的参考资料都将非常有帮助。谢谢。
英文:
I am coming from programming Arduino and want to use NRF52832 - I have found this board which a 3rd party breakout board for NRF52832 - I want to use this so that I can use a similar design for the antenna.
Question - I have an ST-LINK programmer but I am reading that I need a J-LINK can somebody pls help me understand if I can use the ST-LINK or I need J-LINK or if I need to order a nordic development board (for licensing purposes) before I can program? Also any references to set up the connection would be really helpful. Thank you.
答案1
得分: 1
我使用nrf52dk作为第三方板卡/nrf52模块的编程器。ST-Link v2应该可以工作,但我还没有尝试过。
链接:https://devzone.nordicsemi.com/f/nordic-q-a/21415/flashing-nrf52832-chip-with-st-link-v2
对于北欧蓝牙设备,我建议在他们的论坛中搜索并提问。工程师们非常乐意帮助,论坛上有来自用户的各种不同主题。
英文:
I use a nrf52dk as programmer for 3rd party boards/nrf52 modules. ST-link v2 will work but haven't tried it yet.
https://devzone.nordicsemi.com/f/nordic-q-a/21415/flashing-nrf52832-chip-with-st-link-v2
For nordic ble device I recommend searching and asking in their forum. Engineers are very helpful and forum is full of different topics from users.
答案2
得分: 0
我会在测试后发布一个正确的答案,但现在看起来这似乎是解决方案:
- 连接STLINK的GND、3.3V、SWDIO、SWCLK
- 下载Sandeep Mistry的NRF库
3. 通过Arduino GUI编程
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论