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

Failed to prepare RAMCode using RAM

Hi,

I have a project which is intended to log data via the UART port. 

When I enable BACKEND LOG via RTT (NRF_LOG_BACKEND_RTT_ENABLED = 1). I'm able to view output via the RTTViewer.

However, when I switch over and enable using backend (NRF_LOG_BACKEND_UART_ENABLED = 1), then the application fails. 
The function log_init() fails when nrf_drv_uart_init() is called because UARTE_PRESENT is defined.

I'm using an nrf52 DK, with nrf52832 installed in it.

Any help will be appreciated.

Thank you.

Parents Reply Children
Related