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).
I havn't too much place on my board, so I would like combine the USB port and the programmer port.
I havn't too much place on my board, so I would like combine the USB port and the programmer port.