02-25-2023 09:51 PM
Hi,
I'm a student who's still a beginner to embedded systems. My goal is to be able to program the application board 3.0 (with BHI160B shuttle board 3.0 attached to it) with nrf52-dk through SWD interface. So my questions are:
1. Is it possible to do such things? I've tried to look up online but there's not much infomation about it (I'm using Segger Embedded Studio for ARM v7.10 with nRF5 SDK to program)
2. Is there a tutorial on how to set up the pins so that I can program the board through SWD?
3. I downloaded the COINES library v2.7 but it seems that my shuttle board BHI160B is only compatible with bhy examples which isn't available in v2.7. Is there a link where I can download older version of COINES? I read the driver porting guide but it seems a bit too complicated for me so I think getting an older version of library is a better choice.
Any recommendation/help is greatly appreciated. Thank you in advance
Solved! Go to Solution.
02-28-2023 03:18 PM
Hi ltqa1202,
Yes, you could program application board 3.0 with nRF52 SDK via SWD interface of JLink as there was debug interface in schematic https://www.bosch-sensortec.com/media/boschsensortec/downloads/software_tools/application_board_3_0/...
Connect application board debug interface to JLink like this:
You could migrate BHI160B software https://github.com/boschsensortec/BHy1_driver_and_MCU_solution to your host MCU platform.