-
Notifications
You must be signed in to change notification settings - Fork 51
Benchmark example built with make_iar thows runtime error #92
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
Comments
@bridadan: Could you please tell us which target you were using? |
Oh jeez, that would be helpful wouldn't it? facepalm It was the UBLOX_EVK_ODIN_W2. |
It seems that we are running out of stack memory and a runtime check seems to be throwing this failure. As I pointed out before, the problem only seems to happen with debug builds, while no error occurs with release or develop builds probably because in debug builds compiler optimisations are completely disabled. This ticket is related to #14. |
ARM Internal Ref: IOTSSL-1943 |
I believe that #116 may have resolved this |
Once the benchmark example finishes running, a CMSIS RTOS error is thrown when built with the
make_iar
exporter. Here's the full log:The text was updated successfully, but these errors were encountered: