-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Nucleo F411RE not running code correctly #185
Comments
Looks like mbed fixed this issue in new version. Can you test this firmware.bin with your board? |
Hi, I can try this later. I have the M10 firmware which is the latest from the mbed developer site. Do you mind posting the link to the fixed issue? |
Just loaded the .bin file. If it was the blink example it didn't work, LED1 is steady. I tried it on 2 different boards with the same result. Let me know if you need anything to help diagnose the issue. |
Yes, it's blink example. Could you please test this version: |
Hi valeros, I just tried that one and same result I'm afraid: the LED doesn't blink. Dave |
Hi @dave93cab ! |
Valeros, that one worked great! Did you find the issue? Thanks |
I almost got it. |
None of those worked |
Fixed in 4ce09f1 |
Great, I will give this another go later :) |
I'm going to release 1.5.0 within 1 hour. Please upgrade your current version of PlatformIO to stable and retest. Thanks in advance! |
I have a nucleo F411RE, I have tried compiling/downloading files such as blink and my own code but the code does not appear to run correctly. Printf's only transmit first character and while(1) loop does not appear to be executed. Same programs compile and run fine with mbed online compiler.
Repeated on multiple computers with same results. compile/download to freescale freedom board works correctly on both computers.
Can submit .bin generated by mbed and platformio if required, to compare?
Thanks
The text was updated successfully, but these errors were encountered: