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

where is the "uart_legacy.h" ?

In nrf51_sdk_v4_4_1_31827\nrf51822\Source\console\console.c,

#include "uart_legacy.h"

But there is no "uart_legacy.h" file in the SDK. I have to modify to "app_uart.h" and change the uart interface functions by myself...
EVERY TIME :( !!!

Parents
  • Sorry for the late answer, but this module seems to be a leftover from an early version. It isn't really used for anything any longer, and hence isn't really tested. However, it should be fairly easy to wrap up for example simple_uart to provide more or less the same functionality currently provided by hal_uart.

Reply
  • Sorry for the late answer, but this module seems to be a leftover from an early version. It isn't really used for anything any longer, and hence isn't really tested. However, it should be fairly easy to wrap up for example simple_uart to provide more or less the same functionality currently provided by hal_uart.

Children
No Data