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

app_scheduler crashes with larger event size

Hi,

I need to be able to put larger strings in the scheduler. At the moment the maximum accepted values for init are the following:

#define SCHED_MAX_EVENT_DATA_SIZE 80

#define SCHED_QUEUE_SIZE 8

Any idea why there is such a restriction and how we can work it around?

Thanks!

Related