Hi All!
I am using nrf21540 in my custom board with nrf52833/20 to extend the range. I am trying both NCS and nrf5 sdk. I got examples in both SDKs but facing issues in building the project. Can you please help me in this regard?
1)In Nrf5 SDK facing the following issue.
a) I tried to build the code by defining #define NRF21540_DRIVER_ENABLE 1 in main.c and got the following error.
and same is the case when I build the Radio test example.
2)When I build the example from NCS.DTM or Radio test example then get the cmake file error and missing source file.
3)Will the example from nrf5 SDK will help me to test my custom HW or should I go for the NCS?. Means which one is better? Because I wrote my code in nrf5 SDK.
Thanks in advance!