Search found 1745 matches

by fpiSTM
Mon Mar 25, 2024 1:11 pm
Forum: General discussion
Topic: strange USART behaviour
Replies: 6
Views: 627

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

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

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

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

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

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

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.
by fpiSTM
Fri Mar 22, 2024 3:46 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Blink not working on STM32G491 Nucleo board
Replies: 12
Views: 809

Re: Blink not working on STM32G491 Nucleo board

Maybe system core clock config failed. You should try to debug to see if you reach error_handler.
by fpiSTM
Fri Mar 22, 2024 12:45 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-WBA52CG
Replies: 10
Views: 846

Re: NUCLEO-WBA52CG

Got the issue. You select the generic . Select the discovery board menu then the correct part number.
by fpiSTM
Fri Mar 22, 2024 10:54 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-WBA52CG
Replies: 10
Views: 846

Re: NUCLEO-WBA52CG

You need to flash the copro binary as stated in the readme.

Go to advanced search