Hi
I am using nrf70-wifi-ble-image-transfer-demo in the nRF7002 DK.
I deleted all the mega camera stuff as I want the MCU read image from another stm32, I successfully doing this in nRF7002 DK.
However, I want to shift all the design to nRF54L15 as it's compact size and powerful RF. After I deleted some config that is not available in NCS 3.01
# CONFIG_WIFI_NRF700X=y
# CONFIG_WPA_SUPP=y
# CONFIG_NRF700X_AP_MODE=y
# CONFIG_WPA_SUPP_AP=y
# CONFIG_WPA_SUPP_LOG_LEVEL_INF=y
I am facing a lot of errors and I don't know where to start.
...
Another Problems is that nRF54L15 has a little RAM compared to nRF5340, now the code already consume 90% RAM of nRF5340 how could I solve this?