Search found 1760 matches

by fpiSTM
Thu Apr 04, 2024 9:10 am
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 12
Views: 5367

Re: Generic_F030RCT missing?

You can optimize several things as explained in the wiki.
About code, I talk about the variant and the update you made else can't help on the clock issue. Some hardware info can help also. Like HSE? LSE?....
by fpiSTM
Wed Apr 03, 2024 3:38 pm
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 12
Views: 5367

Re: Generic_F030RCT missing?

Hard to help without the code you add.
by fpiSTM
Wed Mar 27, 2024 9:36 am
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 12
Views: 5367

Re: Generic_F030RCT missing?

A Pull Request on GitHub.
by fpiSTM
Tue Mar 26, 2024 6:39 pm
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 12
Views: 5367

Re: Generic_F030RCT missing?

You can find here how to declate the generic:
https://github.com/stm32duino/Arduino_C ... 28board%29

Feel free to submit a PR ;)
by fpiSTM
Tue Mar 26, 2024 1:40 pm
Forum: General discussion
Topic: strange USART behaviour
Replies: 6
Views: 2908

Re: strange USART behaviour

Not necessarily as it works fine on nucleo board with same mcu.
by fpiSTM
Mon Mar 25, 2024 1:11 pm
Forum: General discussion
Topic: strange USART behaviour
Replies: 6
Views: 2908

Re: strange USART behaviour

Are you sure you used USART3? (Which pins?)
You could read the Errata Sheet, they are some point around UART, ex: Data corruption due to noisy receive line.
by fpiSTM
Mon Mar 25, 2024 10:14 am
Forum: General discussion
Topic: ILI 9488
Replies: 1
Views: 1379

Re: ILI 9488

Hi which library you used ?
Issue is that the type used in the library is not correct to call portOutputRegister
by fpiSTM
Sat Mar 23, 2024 8:46 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 3710

Re: Blink not working on STM32G491 Nucleo board

OK. so probably issue comes before.
Hard to help more, will see if I can have this board to test on my side but not sure to have one.
by fpiSTM
Sat Mar 23, 2024 7:35 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 3710

Re: Blink not working on STM32G491 Nucleo board

Try with it enabled else you don't have the symbol for debugging.
by fpiSTM
Sat Mar 23, 2024 7:28 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 3710

Re: Blink not working on STM32G491 Nucleo board

did you build with Optimize for debug selected in the menu ?

Go to advanced search