This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About nRF52820 can run the 802.12.5 example?

Hi Nordic Team 

I want to run the example project[802_15_4] on the soc chip 52820.So for the SDK17.0,it run and work well on soc chip 52840.

In order to run on the chip nRF52820,so I modify its flash and rom about the nRF52820. It can build successfully,and also can printf the uart data.

But can not send any wireless data,And debug about this source code,it can not continue.

I learn about the user guide for the infocenter.nordicsemi.com/index.jsp,
This information applies to the nRF52840 SoC only.

But from the nRF2820 datasheet,it suppport 802.15.4 wireless protocol.

So this example project can not run on nRF52820?

Thanks!

Parents
  • Hi,

    Unfortunately, the IEEE 802.15.4 MAC examples in nRF5 SDK has not been tested to work with nRF52820. The libraries that come precompiled with the SDK has been written and built for use with the nRF52840 IC only. There may be small changes in the chips and radio peripherals that makes the example not run out of the box on other chips.

    I'm not aware of any plans to add support for nRF52820 in this example. If this is important for you, you may reach out to your regional sales manager to request further support.

    Best regards,
    Jørgen

Reply
  • Hi,

    Unfortunately, the IEEE 802.15.4 MAC examples in nRF5 SDK has not been tested to work with nRF52820. The libraries that come precompiled with the SDK has been written and built for use with the nRF52840 IC only. There may be small changes in the chips and radio peripherals that makes the example not run out of the box on other chips.

    I'm not aware of any plans to add support for nRF52820 in this example. If this is important for you, you may reach out to your regional sales manager to request further support.

    Best regards,
    Jørgen

Children
Related