Search found 1738 matches

by fpiSTM
Wed Mar 27, 2024 9:36 am
Forum: IDE's
Topic: Generic_F030RCT missing?
Replies: 3
Views: 153

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: 3
Views: 153

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: 5
Views: 252

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: 5
Views: 252

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: 110

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: 611

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: 611

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: 611

Re: Blink not working on STM32G491 Nucleo board

did you build with Optimize for debug selected in the menu ?
by fpiSTM
Sat Mar 23, 2024 5:17 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 611

Re: Blink not working on STM32G491 Nucleo board

No. My guess is that error handler is called during the clock config. You can redefine it at sketch level. https://github.com/stm32duino/Arduino_Core_STM32/blob/8f337e8aa4ce0eee00c75b15102b81e09e1b2b6e/variants/STM32G4xx/G491RC(I-T)_G491RE(I-T-Y)_G4A1RE(I-T-Y)/generic_clock.c#L24 Replace WEAK by ext...
by fpiSTM
Fri Mar 22, 2024 5:00 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 611

Re: Blink not working on STM32G491 Nucleo board

If you pause you should see where you are. If in error handler the the clock config fails.

Go to advanced search