Add BLE to AWS IOT sample

Hi all,

I started from the aws_iot example on the nrf7002DK and I am trying to add BLE support on it. Though I soon as I add
CONFIG_BT=y

I get this error : 
Sec Thread] Secure image initializing!
Booting TF-M v2.0.0
[INF][Crypto] Provisioning entropy seed... complete.
*** Booting nRF Connect SDK v3.5.99-ncs1 ***
E: ***** BUS FAULT *****
E: Precise data bus error
E: BFAR Address: 0x20000000
E: r0/a1: �***

I tried to add an hci_rpmsg  conf and overlay to the child image but I still get the error.
Do you know how I can add BLE?

Thank you,

Sylvain

Related