This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil 5.20, nRF52 and ESB

I've successfully compiled, flashed, and run the SDK11 ESB examples on nRF52 DKs using GCC, and am trying unsuccessfully to get them to work on the Keil 5.20 IDE.

I've seen comments that said ESB on the nRF52 wasn't compatible with the Keil IDE - is that correct, and if so, will it ever be supported?

Parents
  • Hi,

    The older esb.lib files are only compatible with the nRF51x22. In SDK v11, an open source implementation of nrf_esb (based on the microesb project on our github) was added. This has support for both nRF51x22 and nRF52832, and with all compilers that we support (gcc/iar/keil).

    Do you get any error message while compiling or debugging on Keil?

    Best regards, Håkon

  • That didn't make a difference when compiling the SDK11 ESB example. The DevicePack examples do compile OK, sorry I didn't explain that clearly - it's the SDK11 ESB example that won't compile in Keil, but are fine with GCC.

    The readme.txt in C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\11.0.0-2.alpha indicates that the example "proprietary_rf\esb\esb_ptx_prx" isn't compatible with the pca10040 nRF52 development board. Is it possible to make it compatible somehow?

Reply
  • That didn't make a difference when compiling the SDK11 ESB example. The DevicePack examples do compile OK, sorry I didn't explain that clearly - it's the SDK11 ESB example that won't compile in Keil, but are fine with GCC.

    The readme.txt in C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\11.0.0-2.alpha indicates that the example "proprietary_rf\esb\esb_ptx_prx" isn't compatible with the pca10040 nRF52 development board. Is it possible to make it compatible somehow?

Children
No Data
Related