I am trying to run Gazell libraries on nRF5340. There have been some previous posts about this with answers either saying that the support does not exist, might be coming, or that it should be possible to compile the libraries also for nRF5340 even though the Gazell current samples are not for that platform.
SDK 2.6.1 Gazell libraries (quite new) fail to compile for nRF5340 at least due to PPI vs DPPI issues.
However, this change note from SDK 2.1 indicates that support for nRF5340 should already exist (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0-rc2/nrfxlib/gzll/CHANGELOG.html). The note says that "Added the library variant for the nRF5340 network core."
Since the code still does not compile I guess that the comment means that a pre-compiled library has been added (compiled from some other sources). And indeed, the SDK does include the Gazell library libgzll.a for nRF5340. But how can I take that into use in a practical way? Some other libraries have KCONFIG options to select a pre-compiled library instead of building from sources, but I did not find any such option. I am using the VS code environment of the SDK and would really hope to find a simple solution which does not include hacking the build scripts.