I am new to BLE development, if that helps preface this question.
My goal is to get a BL652 module by Laird working with the BLE UART example from the Nordic SDK. I am using the Keil uVision IDE and am connected to the board via a ST-Link V2 clone through SWD. The example builds with no problems and after changing the target driver setup to "Erase Full Chip", using the nRF52xxx programming algorithm, and setting the ram to start at 0x20000000 at size 0x2000, the code loads with no errors. However, I have no indication that the board is actually advertising and do not see the "Nordic UART" device name in either nRF Connect or nRF Toolbox. Are there any thoughts on where I have gone wrong here? Thanks!