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

How to get started creating a TWI bootloader

I need to update firmware in an nRF52 via TWI. It seems like it would be fairly easy to modify the serial bootloader/DFU provided with the SDK, but I'm not finding the code that actually communicates over the serial port. 

Is there a guide to modifying the transport layer? If not, can you point me to low level code that reads and writes the serial port?

I'm looking at the open bootloader because I don't need the security features.

Thanks,

Bill

Related