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 using Renesas DA14531-00FXDEVKT-P. I downloaded the DA145xx_CodeLess_6.380.18.63 from renesas website. I want to test the codeless_531_datapump firmware. so I defined "CFG_ENTER_BINARY_MODE_ON_CONNECTION" in da14531_config_advanced.h file. after building I'm getting error. so I make "ECLUDE_DLG_SUOTAR" to 1 in "user_modules_config.h" file. after building I'm not getting the errors. but if I send AT command first time then I'm getting "OK". if I send again then I'm getting as "non AT command". I connected my DA14531 to PC. please observe in the below picture. what is the reason for this. 

Children