Other Parts Discussed in Thread: CC2642R
I'm trying to test the ROM UART bootloader using app note http://www.ti.com/lit/an/swra466a/swra466a.pdf
I am connecting to CC2650 uart through the XDS110 on the CC2650 launchpad.
I use XDS110 Class Application/User UART (COM6)
I can successfully access the CC2650 via the ROM bootloader.
The problem I face is speed.
From the app note, I should be able to connect at up to 1.5 MBaud, but I have only been successful running up to 128000 baud.
I wrote the host code twice, once in Python v 2.7 and once in C#.
Both implementations do the same thing -- they don't run any faster than 128000 baud. And 128000 is pretty slow when transferring flash. (and I'm thinking forward to the CC2642R here, where it will be bigger...)
FWIW, I am using Windows 10, and in the device manager XDS110 Class Application/User UART -> Port Settings -> Bits per second only shows baud rates up to 128000. So maybe faster speeds not supported??
I must be missing something here....so how do I get this running at 1.5 MBaud?
Thanks for any help!