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

[SDK 15.2 ble_app_hrs_freertos] Logger problem

Hi,


I'm using ble_app_hrs_freertos from SDK 15.2 on PCA10056. I noticed that logs stop working (RTT) when I increase configTOTAL_HEAP_SIZE to 64k.

I tried play with various settings in sdk config but without any success. Does anybody faced with this problem? I will be grateful for help.


Best regards,

Krzysztof Tkaczenko

Parents
  • Hi,

    I'm not able to reproduce this issue.

    Taking the ble_app_hrs_freertos example in SDK 15.2, setting configTOTAL_HEAP_SIZE to 64000, and setting NRF_LOG_BACKEND_RTT_ENABLED to 1, and NRF_LOG_BACKEND_UART_ENABLED to 0, everything seems to work fine. Both "HRS FreeRTOS example started" and "Fast advertising." is printed when the program starts.

Reply
  • Hi,

    I'm not able to reproduce this issue.

    Taking the ble_app_hrs_freertos example in SDK 15.2, setting configTOTAL_HEAP_SIZE to 64000, and setting NRF_LOG_BACKEND_RTT_ENABLED to 1, and NRF_LOG_BACKEND_UART_ENABLED to 0, everything seems to work fine. Both "HRS FreeRTOS example started" and "Fast advertising." is printed when the program starts.

Children
Related