Skip to content
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 F030 broken on mbed builds 102 and onwards. #1329

Closed
campag opened this issue Sep 10, 2015 · 10 comments
Closed

Nucleo F030 broken on mbed builds 102 and onwards. #1329

campag opened this issue Sep 10, 2015 · 10 comments

Comments

@campag
Copy link

campag commented Sep 10, 2015

Last revision that works is 101. After that, even simple LED blinky code does not run. Paul Staron pinpointed the problem here:
https://developer.mbed.org/questions/60794/Nucleo-F030R8-simple-LED-blinky-not-work/#answer8553

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 10, 2015

Paul points I believe to gcc arm startup, but you are having problem with the online ide or offline using keil, is that correct?

@campag
Copy link
Author

campag commented Sep 10, 2015

Correct, I'm using the online complier.

@star297
Copy link
Contributor

star297 commented Sep 10, 2015

Sorry guys wrong file. Check the question link again for the fix. If I add that part back to the latest revision it works. I have a resolve for the RTC reset bug on this target as well as the F401.

@adustm
Copy link
Member

adustm commented Sep 25, 2015

Hello,
I just used the online compiler, nucleo_blink_led example, and NUCLEO_F030R8 platform.
I have tested mbed library revision 102 and 108. Both are blinking the led.
Same behavior with KEIL debugger
Kind regards

@star297
Copy link
Contributor

star297 commented Sep 25, 2015

Is that with external crystal set up? I have checked now using MBED-SRC revision 627 (current) with external crystals fitted and it is not working. Was working (and still does) before the changes mentioned.

@campag
Copy link
Author

campag commented Sep 25, 2015

My Nucleo-F030R8 uses the HSI oscillator: no HSE crystal, nor MCO 8MHz solder bridges. I've just re-tested LED blinky code:

MBED-SRC 627 is not working for me. As Paul/star297 has identified, 582 is the last revision working here.

MBED lib 102-107 is not working here (can't see 108?), 101 is OK.

@campag
Copy link
Author

campag commented Sep 28, 2015

Have a blinking LED again after today's mbed-src 630 update. However, it's about 4x faster than it should be. Edit: the blink rate is more like 6x too fast.

@star297
Copy link
Contributor

star297 commented Sep 28, 2015

Just tried with rev. 634 and as you say running too fast.
Using HSE 8MHz crystal.

@0xc0170
Copy link
Contributor

0xc0170 commented Jan 21, 2016

@dinau Is this fixed?

@dinau
Copy link
Contributor

dinau commented Jan 28, 2016

Hi 0xc0170,
I've checked a simple LED blinky and printf() code using latest SDK srcs.
It's ok, works well.

dinau

@0xc0170 0xc0170 closed this as completed Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants