-
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
Cannot config ublox odin w2 wifi #12573
Comments
@se7ensong thank you for raising this issue.Please take a look at the following comments: Have you correctly specified which version of Mbed OS you are using (tag or sha)? We cannot automatically identify a release based on what you have provided. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
Not sure what should I specify here. The tag shown on the github is indeed mbed-os-5.14.2 |
@se7ensong I'll investigate, that tag is indeed valid and should have been correctly identified by our automation |
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2580 |
@ARMmbed/team-ublox - probably up your alley? |
@se7ensong we've started looking into the issue. |
@qasim-ublox , yes, that crashes but you should be able to fix this by fixing the fall through here in the switch cases: Line 1999 in 4bc491a
Then, it should go through without issue but it has no effect I think |
@se7ensong yes you are right about the fix. We've already applied the above fix but it still crashes. While debugging the driver I found that, this crash is coming from driver. We are further investigating it and will provide the fix soon. |
This issue is fixed in the latest release i.e. v3.7.2. Can we close this issue now? |
Description of defect
Cannot use set_config() API provided by the Ublox driver in the OdinWiFiInterface.cpp to configure wifi parameters such as scan listen interval, remain on channel, etc.
Target(s) affected by this defect ?
MODULE_UBLOX_ODIN_W2 family
Toolchain(s) (name and version) displaying this defect ?
IAR 8.42.1
What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.14.2
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
IAR 8.42.1
How is this defect reproduced ?
In any example using , add the following code
The text was updated successfully, but these errors were encountered: