Hello fellows,
I did my master's thesis with the nrf51 and now some years later I need some help setting up a Laird BL652 to work with my beloved NRF+Keil tools.
Here's what I did and what's working so far:
nrf52840 DK Preview connected to a Laid BL652 via SWD.
Erased all with nRFgo Studio.
Able to flash SD132 and e.g. ble_app_uart example. (The one out of the PCA10040 folder using Keil5) ( nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs )
I found this document: https://assets.lairdtech.com/home/brandworld/files/Getting%20Started%20with%20DVK-BL652%20and%20Nordic%20SDK%20Development%20using%20Eclipse%20and%20GCC.pdf and changed the pca10040.h
.source= NRF_CLOCK_LF_SRC_XTAL,\ .rc_ctiv= 0,\ .rc_temp_ctiv = 0,\
.sourcev= NRF_CLOCK_LF_SRC_RC,\ .rc_ctiv= 16,\ .rc_temp_ctiv = 2,