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

BMD 300 Baud rate

I am running a NUS at 115200 Baud and it works fine but when I run it at 921600 my BMD 300 triggers a Serial Fault.   Is there a trick to get the 921600 to work without flow control.

Parents Reply
  • You can copy the Keil project from ble_app_uart, there is just a few files you need to add to the project:

    + <file file_name="../../../../../../components/libraries/libuarte/nrf_libuarte_async.c" />
    + <file file_name="../../../../../../components/libraries/libuarte/nrf_libuarte_drv.c" />
    + <file file_name="../../../../../../components/libraries/queue/nrf_queue.c" />
    + <file file_name="../../../../../../modules/nrfx/drivers/src/nrfx_rtc.c" />
    + <file file_name="../../../../../../modules/nrfx/drivers/src/nrfx_ppi.c" />
    + <file file_name="../../../../../../modules/nrfx/drivers/src/nrfx_timer.c" />

    And one path:

    ../../../../../../components/libraries/libuarte;

Children
Related