Hello Sir,
We developed one application in that we use WiFi and interface this to nRf52832 chip using UART. The WiFi Ch_PD(Chip enable Power down = GND for low power consumption if CH_PD = 1 it working condition). In my application i have also implement secure DFU and able to sent zip file to device. but problem is when i control this WiFi CH_PD pin through nordic GPIO with bot loader flash my WiFi is not working it continuously reset. And if i upload only flash device S132 and Application into nRF52832 it is working well and also controlled CH_PD via Nordic GPIO. But only problem comes when i upload bootloader my uploading sequence is first Softdevice --> Bootloader -->using NRF go studio then .zip file using BLE Nordic toolbox. Please tell me what i am going wrong is it need to change bootloader program. In my application i am also use WDT for wake my device every 1 Hr. Is it any problem for bootloder if i use wdt in application. Why my application is not working only when i use bootloder for OTA flasing.
Thanks in Advanced.........