Search found 6 matches

by qq99
Wed Dec 15, 2021 9:46 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

Re: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

ag123 wrote: Mon Dec 13, 2021 9:02 am use the generic variant, the pins are direct mapped, no changes are needed
read again what i wrote here on page-1 : Generic NOT works

you can try it by yourself with ANY nucleo board
by qq99
Mon Dec 13, 2021 5:43 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

Re: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

problem is that MCU pin mapping to the BOARD pins in NUCLEO is different from Generic boards, so even Blink does not work. No. Pin mapping is just a way to sort pins in a dedicated order. As stated you have to set the good LED pin in the example simply replace LED_BUILTIN in the blind example by th...
by qq99
Sat Dec 11, 2021 6:00 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

Re: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

Well as a first step try to get the generic working. About your test btw generic and Nucleo. If you try the blink for example, The Nucleo define the correct LED_BUILTIN while the generic does no define it. You have to define it and as you don't answer to my question hard to help you. I think the pr...
by qq99
Fri Dec 10, 2021 8:54 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

Re: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

ag123 wrote: Fri Dec 10, 2021 7:50 am make a variant for it, it isn't that difficult, just review how it is done for existing boards.
thanks for the info!
but my competence is out of this level - could you help me and make it?

for such help I can give you some btc / eth for beer or for cake 8-)
by qq99
Fri Dec 10, 2021 6:34 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

Re: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

I checked the links - my problem is NOT about compiling, my problem is about trying to upload a code to NUCLEO-F410RB as an GENERIC board: 1. connection to the board (it simple does not exist for Generic boards) 2. the BIN file does NOT run on the board problem-1 is due to absent of an Upload Method...
by qq99
Tue Dec 07, 2021 3:01 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?
Replies: 13
Views: 5751

why NO support for NUCLEO 410RB (1 can NOT program it in Arduino IDE) - but it present as Generic board?

why there is NO support for NUCLEO 410RB - but this chip (410) present as Generic board? i tried to compile / program my 410 Nucleo as Generic board - it not works Also tried to compile / upload as to Nucleo F401 or F411 - also not works NUCLEO series: 401 - yes 411 - yes 410 - no why? and... can so...

Go to advanced search