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

Bootloader s120 for nRF51822 example

Hello,

I am trying to adapt a bootloader from sdk examples to my nRF51822 board without success.

I am able to adapt the example apps from the SDK (I have to change the clocks as I use different ones than the ones in the dev. boards) but there is no way I can make them work.

Examples are fine, even the ones I adapted myself for s120 and the default one for s130. I tried and tested them on a PCA10028 dev. board. But none of them working on my nRF51822 board.

Is there any example for it? Did anyone managed to port a nRF51422 bootloder to nRF51822?

Thanks a lot in advance.

Best regards...

Parents
  • So you have a revision 2 chip on your custom board, and on the PCA10028 nRF51 DK you have a revision 3 chip, so there could be something there. Please see the compatibility matrix for more information. If you use SoftDevice 2.1.0 with a revision 2 chip you need to enable mutual exclusion between the radio and the application. Please see the Changes section in the S120 2.0.0 release notes for more information. It could be something to try out. If you haven't already done it.

Reply
  • So you have a revision 2 chip on your custom board, and on the PCA10028 nRF51 DK you have a revision 3 chip, so there could be something there. Please see the compatibility matrix for more information. If you use SoftDevice 2.1.0 with a revision 2 chip you need to enable mutual exclusion between the radio and the application. Please see the Changes section in the S120 2.0.0 release notes for more information. It could be something to try out. If you haven't already done it.

Children
No Data
Related