DA14531 is sending "+++" for every 2 seconds if I close the Renesas smart console APP in the middle

Hi,

I enabled the "CFG_ENTER_BINARY_MODE_ON_CONNECTION" in DA14531 sdk. I have interfaced Renesas RX111 microcontroller with DA14531 through UART (only rx & tx) and I'm using codeless sdk. I want to send data from APP to RX111 microcontroller through DA14531 and vice versa. first I'm testing with Renesas smart console APP. But the problem is that if I close the Renesas Smart Console app in the middle of the connection (without using disconnection option in the renesas smart console APP) then I'm getting "+++" for every two seconds from DA14531 to my microcontroller though Uart continously. what it indicates and also how to stop that incoming "+++" through uart from DA14531 to my controller.  

Parents Reply
  • Hi,

        I'm going to make custom PCB by using DA14531. In that I don't want to mount 32KHz crystal. then codeless sdk (enter in to binary mode on connection) is going to work or not. because 32KHz is useful when DA14531 is in sleep mode. but I don't want to use sleep mode. but you are saying that I can leave the ARCH_EXT_SLEEP_ON. Is this going to effect the code, if I don't mount 32KHz

Children