Hi, I can start MCP without the dongle PCA10031 (which I have updated the firmware on) and it starts ok, but when I then plug in and select the device COM 5 - 6xxxxxxxxx, the program crashes and I get a window saying MCP has stopped working. If I restart it with the dongle plugged in it also crashes. The last lines in the log are-
45;16:13:18.0368 [MainThread] nrfjprog.dll 5.2.0.45231
46;16:13:18.0680 [MainThread] HciJLinkDriver opened (COM5, 1000000-8-None-1-RequestToSend)
47;16:13:18.0680 [680808666][MainThread] JLinkARM.dll 4.92
48;16:13:18.0836 [680808666][MainThread] 680808666 - COM5
49;16:13:19.1620 [680808666][MainThread] HCI command: BTLE_CMD_READ_BD_ADDR
50;16:13:19.1620 [680808666][MainThread] Serial port write: 01-09-10-00
51;16:13:19.1620 [680808666][MainThread] Waiting for event packet. Timeout is 500ms
52;16:13:19.1620 [680808666][ReadPacketQueueThread] Serial port read: 04-0E-0A-01-09-10-00-56-FF-99-00-CD-29
53;16:13:19.1776 [680808666][ReadPacketQueueThread] HCI event: BTLE_EVENT_COMMAND_COMPLETE, OpCode: BTLE_CMD_READ_BD_ADDR, Status: BTLE_STATUS_CODE_SUCCESS, BdAddress: 0x29CD0099FF56
54;16:13:19.1776 [680808666][MainThread] Finished waiting for event packet. PacketReceived:True
55;16:13:19.1932 [680808666][MainThread] HCI command: NRF_CMD_SET_BD_ADDR, Address: 0xD1-14-4B-BA-C3-DA
56;16:13:19.1932 [680808666][MainThread] Serial port write: 01-03-FC-06-D1-14-4B-BA-C3-DA
57;16:13:19.1932 [680808666][MainThread] Waiting for event packet. Timeout is 500ms
58;16:13:19.1932 [680808666][ReadPacketQueueThread] Serial port read: 04-0E-04-01-03-FC-00
59;16:13:19.1932 [680808666][ReadPacketQueueThread] HCI event: BTLE_EVENT_COMMAND_COMPLETE, OpCode: NRF_CMD_SET_BD_ADDR, Status: BTLE_STATUS_CODE_SUCCESS
60;16:13:19.1932 [680808666][MainThread] Finished waiting for event packet. PacketReceived:True
61;16:13:19.1932 [680808666][MainThread] HCI command: NRF_CMD_GET_VERSION_INFO
62;16:13:19.1932 [680808666][MainThread] Serial port write: 01-06-FC-00
63;16:13:19.1932 [680808666][MainThread] Waiting for event packet. Timeout is 500ms
64;16:13:19.1932 [680808666][ReadPacketQueueThread] Serial port read: 04-0E-2C-01-06-FC-00-6D-65-66-77-5F-6E-72-66-35-31-38-32-32-5F-30-2E-31-30-2E-30-2E-31-34-31-33-38-00-00-00-00-00-00-00-00-00-00-00-00-00-00
65;16:13:19.1932 [680808666][ReadPacketQueueThread] HCI event: BTLE_EVENT_COMMAND_COMPLETE, OpCode: NRF_CMD_GET_VERSION_INFO, Status: BTLE_STATUS_CODE_SUCCESS, VersionInfo: mefw_nrf51822_0.10.0.14138
66;16:13:19.1932 [680808666][MainThread] Finished waiting for event packet. PacketReceived:True
Can anyone help? Thanks.