ARMmbed / target-nordic-nrf51822

Various mbed-official yotta target descriptions for compiling for nrf51822.
Other
4 stars 6 forks source link

need to setup config for manageable baud rate #1

Closed rgrover closed 8 years ago

rgrover commented 8 years ago

https://github.com/ARMmbed/mbed-drivers/pull/128 The default baud rate for console output has been changed to 115200 for mbed OS applications. I believe this is good in general, but may not work for nRF51822. The clock on nRF51822 runs at 32kHz, and would not be fast enough to drive UART at 115200baud.

I’d like us to discuss this internally. We might need to change this config value for nRF51 targets to something that’s possible by the hardware.

andresag01 commented 8 years ago

@rgrover : This has been taken care of in this issue.

rgrover commented 8 years ago

yes, thanks.