Hi,
With the latest SDK (12) there isn't an UART bootloader example available. Am I right?
I'm trying to understand what are the options to program the nRF51 during production. I'll use a JLink to program the bootloader but then I need to upload the app through it. I'd prefer a solution that doesn't require a smartphone nor a nRF kit for uploading so I think that having the UART bootloader would be a good ideia. However since it's not available:
-
Do you plan to release (again) a UART bootloader on newer SDKs? Or, any pointers on how to implement it with current SDK?
-
Do you plan to support uploading through BLE bootloader without requiring an nRF5 kit? (ie, using a simple BLE dongle, as I'm already using to test the PCB after production)
-
Is it possible to program both the bootloader and the app code with JLink?
Thanks!