-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMSIS-RTOS error: Stack overflow for test :features-nvstore-tests-nvstore-functionality on LPC546XX and LPC54114 #7046
Comments
@ARMmbed/mbed-os-storage Mind taking a quick look at this as well, since an NVStore example is involved? |
Will have a look at it tomorrow, but at first glance, this seems like a problem we saw when launching the NVStore tests. These tests (mainly the multi thread one, the one that fails here) were initially failing on resource allocation (stack or heap) when running on a few boards. Tests were significantly reduced until we managed to make them work on all boards, including ones with low memory. I guess LPC54114 is such a board, right? If so, may have to take a look at this test again. |
@davidsaada from the platform page : https://os.mbed.com/platforms/LPCXpresso54114/ it has 256KB flash, 192KB SRAM |
Thanks @studavekar. Should be quite sufficient then (comparing to other boards that have less RAM and work fine). I'll try looking into it tomorrow. |
ARM Internal Ref: MBOTRIAGE-7 |
Closing since both PRs are merged! |
Description
Bug
Target
LPC546XX and LPC54114
Toolchain:
GCC_ARM | ARM | IAR
mbed-os sha:
88d863a Merge pull request #6984 from stevew817/'efm32_irq_bugfix'
Steps to reproduce
Use command run : mbed test -m LPC54114 -t GCC_ARM -n features-nvstore-tests-nvstore-functionality -v
[ ] Question
[ ] Enhancement
[ X] Bug
** log snippet
cc : @maclobdell @bentcooke
The text was updated successfully, but these errors were encountered: