Hi, I developed a simple app that connects to a Bluetooth device, receives some data from that device and output it to the uart. As a receiver I have a custom board with a MBN52832. My app works perfectly on the MBN52832DK, but when I load the .hex to my custom board I'm experimenting a strange behavior. My board start advertising and as soon as I turn on the remote device they pair each other. The problem starts when I open a connection with the UART (using TeraTerm)! It enters in an incommunicable state, displaying bunches of error like: "ERROR: Can not read register 0 (R0) while CPU is running" until register 64 and it keeps repeating it until I disconnect TeraTerm!
Using nRF52832_XXAA (PCA10040), SDK14.2, Softdevice 132
What should I look for to solve my problem?
Thanks