Hi Priya Sorathiya
From the error message, your project tries to allocate big array to segment RAM, but this segment is not big enough to load the object ( array[300] )
please check if you have other RAM segment available for allocating the array, if no RAM space any more, consider if you can decrease array size, or if you can define it as constant array in Flash.
Have a great day,
Jun Zhang
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------