I got this chip from Raytac mdbt50q-1mv2 on a custom evaluation board , where i can access almost all the pins ( ~30/48 ). This chip came without any programs or bootloader. Here you can see the reading of the chip from NRF connect for Desktop - Programmer.
Connection : SWDIO and SWCLK to Laird DVK BL652 as this picture
Now when i program the device for simple hello word example or Blinky from nRF sdk setup with VS Code i get this output
then i confirm this by checking with the nrf connect desktop programmer app that it actually installed a program onto the chip
Upon many trials and setup i have checked some online resources on devzone that, my device supposed to have a softdevice that will start the memory chip and after the softdevice ends my programme shall start. i do not need a bootloader if i want to use the JLINK programmer to program always. However, i have tried manually load the softdevice version s140 into the chip memory and then program with vscode to upload my application blinky, it still doesnt work. But i can see something changed to the chip memory.
On top of that the devkit module i am using it employs nRF52832 ( BL652 module ), unfortunately i have erased the whole memory of it thinking i am connected with my custom board that, the devkit nrf52832 contained some application and bootloader that would run applications without ease.
After this i tried to program the devkit bl652 nrf52832 with the nordic connect sdk vs code, it loaded the application same as before but does nothing.
What shall i do in this situation?