BLE BAS Central compiles as a secure application

Hello,

I need to integrate the BLE BAS Central sample into a custom application.

The provided sample compiles as a secure application, and the `_ns` build configs are not for my chip (nRF52833).

I checked the KConfig of the provided build configs, but I don't understand what determines wether an application is made secure or non-secure.

I would like to make this a non-secure application, so I can read debugging messages through my J-Link, how can I do so?

Thanks

Related