injectable-firmware
injectable-firmware copied to clipboard
Porting to SparkFun Pro SparkFun Pro nRF52840 Mini
SparkFun also has an nRF52840 board that makes use of UF2 (https://learn.sparkfun.com/tutorials/sparkfun-pro-nrf52840-mini-hookup-guide). I'm interested in compiling this firmware for it.
My first attempt was to basically just modify the MDK build stuff, but use a new custom_board.h based on https://github.com/sparkfun/nRF52840_Breakout_MDBT50Q/blob/master/Firmware/nRF5_SDK/components/boards/sparkfun_nrf52840_mini.h
This didn't work for me. Do you have any tips regarding other things I should be looking into? I appreciate any insights you might have.