Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK

Hi

I am using nrf70-wifi-ble-image-transfer-demo in the nRF7002 DK.

I change nothing on the code form the sample, after patching I have succesfully build the code and then flash to the borad.

However, after flashing, there is nothing happending on the nRF7002 DK,even no printing printk("Starting %s with CPU frequency: %d MHz\n", CONFIG_BOARD, SystemCoreClock / MHZ(1));

I checked RTT there is nothing, and the serial terminal will only shows:

I try to debug but when I enter the dubug it can not stop by the main function.

Could you please help me on this, thank you so much!

Parents Reply
  • Hi,

    I just tried and the print out result is:

    *** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
    *** Using Zephyr OS v3.6.99-100befc70c74 ***
    Pins have been configured as secure.
    GPIO port: 0x00000001
    Pin: 0x00000000
    Pin: 0x00000001
    [Sec Thread] Secure image initializing!
    Booting TF-M v2.0.0-ncs2

    My buide setup is

    I have to optimize the size as it will exceed the Flash.

Children
No Data
Related