Hey all,
Here's another question. Many of the examples in the Nordic Connect SDK are rather large. Transferring them with MCUmgr at 115200 BAUD takes sometimes more than a minute. I took a look at how MCUmgr is implemented. It appears it uses the tarm serial library. The problem seems that Cgo may not support bauds greater than 230400. (Even then tarm doesn't go above 115200) Has anyone experimented with higher speeds over UART + MCUBoot? It also seems like there may be some work being done in pynrfjprog but no direct developer tools like nrfjprog have been updated to use this functionality.
Thanks!