NordicSemiconductor / nrfx

Standalone drivers for peripherals present in Nordic SoCs
Other
256 stars 134 forks source link

[not a bug] Example projects #31

Closed dpiegdon closed 1 year ago

dpiegdon commented 6 years ago

Hi, I was really missing some example project using this nrfx repository. So I created one working with arm-none-eabi-gcc and make. Just wanted to let you know: https://github.com/dpiegdon/nordic-template . Seems to work fine (I added the gpiote example from the SDK), but I would be glad about any suggestions!

Cheers!

dazhbog commented 4 years ago

@dpiegdon I just started using your template, thanks! Literally the only NRFx quick start example with CMSIS that i could find.

It would be lovely if someone from Nordic checked it and/or had a more up to date version. @kl-cruz @anangl

dpiegdon commented 4 years ago

Thanks! I'd love to upgrade to a more recent version of nrfx, but there were some conflicts between recent 802.15.4 drivers and nrfx versions. I was told they are currently in the process of weeding out and it might take a bit. See my pull requests at https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver None the less, I've been using the setup repeatedly and like it very much. NB, check out the different branches or https://github.com/dpiegdon/dpsgo for more examples.

nika-nordic commented 1 year ago

Hi @dpiegdon , @dazhbog ,

Just wanted to let you know that we introduced samples for nrfx drivers here: https://github.com/zephyrproject-rtos/hal_nordic/tree/master/nrfx/samples . Documentation can be found here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_drivers%2Fstruct%2Fnrfx_examples.html&cp=9_1

Samples use Zephyr build system for ease of use, but they can be very easily ported to bare-metal environment.