I was able to complie many of the nrfx/samples under SDK v2.5.0 using VS Code IDE but cannot successfully compile any under SDK v3.0.0 .
The [Building and running]: <../../README.md#building-and-running> link referenced in the README.md file of each sample doesn't exist.
While the <../../README.md#building-and-running> link did not exist for v2.5.0 either at least I was able to successfully compile and flash many of the examples.
Now I am stumped. Attempts via 'Build system default', 'Use Sysbuild', or 'No sysbuild', or trying 'west build --board ..' via a 'nRF Serial Terminal' all fail.
Please tell me how to compile the 'v3.0.x/modules/hal/nordic/nrfx/samples'.
My need to make use of the Easy-DMA capability of nrf5340 spim4 , PWM, and also implement a delay line effect on a digital input signal. All without consuming excessive CPU cycles.
Thanks,
-JLE