NRF 52832 UART High speed communication

Hi,

Please give me  a porting or integrate  guide or manual of "LIBUARTE" with ble peripheral softdevice example. Please share a source code if any.

Parents
  • Hi,

    I created a modified version of the ble_app_uart example that replaces the app_uart library with libUARTE: 

    The ZIP includes diff files to see the required changes to the original project(s). The most important thing to remember when integrating the libUARTE library with a softdevice project, is to chose resources (TIMERs/RTCs) that are not used by the softdevice.

    Best regards,
    Jørgen

Reply
  • Hi,

    I created a modified version of the ble_app_uart example that replaces the app_uart library with libUARTE: 

    The ZIP includes diff files to see the required changes to the original project(s). The most important thing to remember when integrating the libUARTE library with a softdevice project, is to chose resources (TIMERs/RTCs) that are not used by the softdevice.

    Best regards,
    Jørgen

Children
Related