Search found 1754 matches

by fpiSTM
Mon Mar 25, 2024 10:14 am
Forum: General discussion
Topic: ILI 9488
Replies: 1
Views: 260

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

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

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

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

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

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

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

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

Re: NUCLEO-WBA52CG

You need to flash the copro binary as stated in the readme.
by fpiSTM
Wed Mar 20, 2024 2:57 pm
Forum: IDE's
Topic: Arduino IDE 2 & Debug feature
Replies: 45
Views: 35603

Re: Arduino IDE 2 & Debug feature

In fact since IDE 2.3.x, the debug has been reworked by Arduino.
I'm currently working to support the new way to support debug svd files.

Ref: https://github.com/arduino/arduino-ide/issues/1920

Go to advanced search