Hello,
I'm working with the event manager doing a customized Asset Tracking version firmware. The problem is that when I attempt to submit an event with an array with fixed size, the app crashes, I can't figure it out where the problem is.
This is the EventType structure:
This is how I create and submit this event:
But I getting this error:
This error occurs only when assign values to 3 or more elements of the array, otherwise the firmware is working excellent without errors or bugs.
Also, this is my configuration in prj.conf
# Heap and stacks CONFIG_MAIN_STACK_SIZE=2048 CONFIG_HEAP_MEM_POOL_SIZE=32768 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096