Skip to content

Support for nRF52810 #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Xmodgeek opened this issue Mar 1, 2018 · 4 comments
Open

Support for nRF52810 #255

Xmodgeek opened this issue Mar 1, 2018 · 4 comments

Comments

@Xmodgeek
Copy link

Xmodgeek commented Mar 1, 2018

Is there currently or planed any support for the nRF52810? I've started working with them and had no luck getting it to work out of the box (kinda figured as much)

I got 'upload' to work but failed on the softdevice.
Seams S112 is what's intended for the nRF52810.

I saw this looking in the nRF52810 documentation

The S132 5.0.0-3.alpha is intended to be run on the nRF52832 IC. It may be used on the nRF52810 IC for development purposes. It should not be used for production on the nRF52810 IC.

Is changing the softdevice that's programed as simple as changing the URL and filename in the softdevices.txt?

@dlabun
Copy link
Collaborator

dlabun commented Mar 1, 2018

The nRF52810 isn't currently supported, it requires a much newer SDK and soft device than what this project is based on. You may be able to flash the soft device by modifying the project but there's no guarantee the code you create will work right.

@sandeepmistry
Copy link
Owner

Pull requests welcome for this, I think mainly the linker files need to be changed.

@sandeepmistry
Copy link
Owner

PR #493 includes an update MDK with a linker file for nRF52810 now.

@leonwilly
Copy link

I’ll be attempting to add support for S112 or S113 today. I have an NRF52811 that will not
work with the three soft devices available to choose from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants