Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn't making any mistakes, I used the solutions provided directly by Nordic (l5_e2_sol).
Additional Context:
-
Board: nrf7002dk_nrf5340
-
IDE: Visual Studio Code with nRF Connect extension
-
SDK and toolchains: 3.0
-
Windows 11 Pro
When trying to build l5_e2, I consistently get the error: region 'RAM' overflowed and `noinit' will not fit in region `RAM' .
Here are the details:
[...]
This is not the first time I encounter this problem on the WiFi Fundamentals courses; sometimes it was solved by doing nothing.