-
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
MAX32630FTHR throws Mutex error #14712
Comments
What error is it (where is this coming from - what line is it invoking mutex error - locking in isr or is it something else)? |
@0xc0170 This is all i get in terminal:
And that is what i get in Debug Console inside Mbed Studio:
|
Found #14465 introduced some changes to the Maxim boards. After reverting back /targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct to the version that comes with OS V6.9 the blinky works again without mutex error. But for sure it would then affect bare-metal support which has been added with that merge. I observed such changes several times and wonder why such things happen? I mean for sure the idea was to improve functionality and the new code may work much better in theory. But in practice even the most simple program fails to run with the newly merged code. So how new code is tested in general if not on the actual target? |
Description of defect
Have not been coding my MAX32630FTHR for some weeks now...
Today i tried to compile my code i regularly update onto this board, but i faced unexpected issue.
So i tried to compile the official blinky example with some minor additions this board needs to put 3V3 on the pins.
(By default this board operates all the pins at 1V8, but even the onboard LED needs 3V3 to emit light, so max32630fthr.lib is very handy to operate this board as expected)
Target(s) affected by this defect ?
MAX32630FTHR
Toolchain(s) (name and version) displaying this defect ?
ARMC 6.15
What version of Mbed-os are you using (tag or sha) ?
OS V6.11 and V6.10
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed Studio V1.4.1
How is this defect reproduced ?
This code compiles&runs as expected up until OS V6.9 but throws mutex error on OS V6.10 and V6.11
The text was updated successfully, but these errors were encountered: