Hi everyone,
I would like to create my board like this one :
I know that Adafruit changed the bootloader in them NRF52, so I would like to know if I can flash my nrf52 by UART without change the bootloader ??
Thx for reading,
Best regard,
Flavien
Hi everyone,
I would like to create my board like this one :
I know that Adafruit changed the bootloader in them NRF52, so I would like to know if I can flash my nrf52 by UART without change the bootloader ??
Thx for reading,
Best regard,
Flavien
Hi, there is no bootloader on nRF5x chips, it natively supports only JTAG/SWD. So whatever you want to support on top of it you need to a) write it/load it and b) make it coexisting with other FW components you want to load later (like radio stack, APP etc.) If you take nRF5 SDK there is example bootloader from Nordic which supports wired UART. If you don't like that then you need to write yours or try to google (e.g. on GitHub).
Hi endnode and thank very much for your answer.
I would like to program my nrf52 with Arduino IDE and a bridge USB - UART. Do you know if that will works without bootloader ??
Sorry I am a beginner with bootloader.
Flavien
Hi endnode and thank very much for your answer.
I would like to program my nrf52 with Arduino IDE and a bridge USB - UART. Do you know if that will works without bootloader ??
Sorry I am a beginner with bootloader.
Flavien