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

So is there a way to develop on a mac? Can I use Sparkfun pcb with Nordic?

FormerMember
FormerMember

Following a discussion I just saw here Yesterday, people asked about an editor for mac and I could not see there was a clear answer. I was thinking also to go with the nrf51/52 building a custom board. After reading a lot of posts, turns out Keil is not for mac, and I am looking for an editor to use on a mac other then Eclipse.

If you can work with the GCC/ Xcode - how you do that? how would you flash the device ?

I'v seen that, which only state that "it works", but how it works ?

Also, if we use the Sprakfun breakout board that was mentioned here, can we flash it using Nordic firmware and not Arduino ? (with Sparkfun's programmer on the same pins)

Thanks !

Parents
  • Setting up GCC on MAC should be standard, IDE integration is also possible (see blog zone on this forum and search for MAC, Apple or OSX). When it comes to flashing that will be more difficult:

    • If you want to stay with Sparkfun proprietary UART bootloader then you need to learn from them how to set it up on MAC (and with IDE you choose, although Make file integration shouldn't be too much difficult).
    • If you want to fully "own" nRF52 FW then you need to switch to some SWD (JTAG) flasher like SEGGER J-Link (using Nordic nRF51 or nRF52 DK is pretty convenient for ~$40) or ST-Link or LPCLink or some open source flasher like this one.
  • FormerMember
    0 FormerMember in reply to endnode

    Thanks a lot, I see. So the thing is not a badget. The thing is that I want to cut dev time to minimum, so instead of interacting with Nordic dev kit, jump to developing directly on a custom pcb I make. I ask about sparkfun board because I can simply take their Eagle design and build a pcb which includes only the actual chip(+passive parts). So basically I am asking - if I put on a custom pcb the recommended circuit for the nrf52, can I flash it (or Spark's pcb) with the JTAG you linked? what pins should I expose for this ?

Reply
  • FormerMember
    0 FormerMember in reply to endnode

    Thanks a lot, I see. So the thing is not a badget. The thing is that I want to cut dev time to minimum, so instead of interacting with Nordic dev kit, jump to developing directly on a custom pcb I make. I ask about sparkfun board because I can simply take their Eagle design and build a pcb which includes only the actual chip(+passive parts). So basically I am asking - if I put on a custom pcb the recommended circuit for the nrf52, can I flash it (or Spark's pcb) with the JTAG you linked? what pins should I expose for this ?

Children
No Data
Related