Nordic DevZone
Search
User
Site
Search
User
Nordic Q&A
Blog
Online Power Profiler
DevAcademy
Home
>
Nordic Q&A
State
Verified Answer
Replies
6 replies
Subscribers
74 subscribers
Views
1146 views
Users
0 members are here
development
software
nrf52
Attachments (
0
)
Nordic Case Info
Case ID: 254127
Options
Share
More
Cancel
This post is older than 2 years and might not be relevant anymore
More Info:
Consider searching for newer posts
Why am I in ble_ app_ hrs_ FreeRTOS add their own tasks?
liuyanfeng
over 4 years ago
Why am I in ble_ app_ hrs_ FreeRTOS add their own tasks?
Top Replies
liuyanfeng
over 4 years ago
in reply to
Susheel Nuguru
+1
#if NRF_LOG_ENABLED // Start execution. if (pdPASS != xTaskCreate(logger_thread, "LOGGER", 256, NULL, 1, &m_logger_thread)) { APP_ERROR_HANDLER(NRF_ERROR_NO_MEM); } #endif here ,look,this is example…
Susheel Nuguru
over 4 years ago
in reply to
liuyanfeng
+1
verified
you probably have run short of heap and xTaskCreate failed with error NRF_ERROR_NO_MEM. Increase the heap size configTOTAL_HEAP_SIZE in FreeRTOSConfig.h file
Parents
0
liuyanfeng
over 4 years ago
yes, I Increase the heap is oK, thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
liuyanfeng
over 4 years ago
yes, I Increase the heap is oK, thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data
Related