Dear nordic,
I have an application that developed using development kit pca10056. I want to change it to supporting nRF52811. I want to test the long-range feature of nrf 52811.
I have modified "ble_app_beacon_c" examples to support CODED_PHY (i.e. long-range) communication coding
nrf5281I have a little bit of confusion about the following points. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fnrf52811_user_guide.htmll
I am using SDK 16.0.0 and s140.
1. Add the DEVELOP_IN_NRF52840
define to the compile flags. Adding this define will add extra code in SystemInit
needed for nRF52840.
=> In which file I have inserted DEVELOP_IN_NRF52840
define to the compile flags?
2. Add the NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3
define to ensure correct timing when using nrf_delay_us
function
=> In which file I have inserted NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3
define?
3. What will be RAM and ROM configuration settings for nrf 52811 using Keil IDE?
4. I have a custom board using nrf 52832. According to the manual, both socs have the same pin map, and as far as I understood, both socs should work fine in the same board if two have the same pin map. I want to know that if I replace nrf52832 on our custom board with nrf52811 does it work fine?