Search found 1738 matches

by fpiSTM
Thu Feb 08, 2024 8:29 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-WBA52CG
Replies: 10
Views: 719

Re: NUCLEO-WBA52CG

Did you evaluate to use other boards which are supported: - STM32WB5MM-DK : BLE supported thanks STM32duinoBLE - NUCLEO-WL55JC: LoRa supported thanks STM32LoRaWan or RadioLib Adding the WBA general purpose to Arduino should not be so hard as I provide a script to add a new serie. The main drawback i...
by fpiSTM
Wed Feb 07, 2024 1:43 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-WBA52CG
Replies: 10
Views: 719

Re: NUCLEO-WBA52CG

Hi @GDM@VFA
Right it is not supported. I don't know if it will be supported soon as we do not have any request.
Any contribution are welcome. ;) I could help if needed.
If there is a lot of request for this I guess it will help to get it...
by fpiSTM
Mon Feb 05, 2024 8:23 pm
Forum: Steve's LibMaple core
Topic: Hello.
Replies: 1
Views: 259

Re: Hello.

Hi
by fpiSTM
Mon Feb 05, 2024 10:31 am
Forum: General discussion
Topic: stm32 f334r8
Replies: 1
Views: 631

Re: stm32 f334r8

Nucleo F334R8 have not been added only the generic F334R8 is available.
You can use it and redefine some of the generic definintion (LED_BUILTIN, Serial RX/TX, Clock config...)
by fpiSTM
Mon Feb 05, 2024 10:29 am
Forum: PR's bugs and enhancements
Topic: recipe.preproc.macros pattern is missing error
Replies: 22
Views: 13187

Re: recipe.preproc.macros pattern is missing error

Well hard to help, probably one ore more packages not properly installed. Or if you made a new install the IDE cache prevents to fix the issue.
You should try to properly removed all cache files form the ide.
by fpiSTM
Mon Feb 05, 2024 10:27 am
Forum: General discussion
Topic: software reset stm32 in arduino ide on rogerclarke core
Replies: 2
Views: 332

Re: software reset stm32 in arduino ide on rogerclarke core

Those function are not available within the Roger's core only with STM32 core.
I don't have in mind how to properly reset the MCU but guess someone have the answer.
by fpiSTM
Mon Feb 05, 2024 10:24 am
Forum: General discussion
Topic: STM32G030F6P6TR compilation error.
Replies: 3
Views: 600

Re: STM32G030F6P6TR compilation error.

I've built your code for STM32G030F6P and have no error.
I guess you didn't select the correct board part number in the menu and you build for AGAFIA_SG0 which does not have PC15
by fpiSTM
Mon Feb 05, 2024 10:19 am
Forum: General discussion
Topic: STM32L010FXX compiling Error
Replies: 1
Views: 422

Re: STM32L010FXX compiling Error

Hi, the log is enough clear that the code can't fit to the Flash nor the RAM. Unfortunately, depending of the mcu you used, the one with small flash and/or RAM require to do some customization. Ex: https://github.com/stm32duino/Arduino_Core_STM32/wiki/HAL-configuration#example-of-blinkino-for-nucleo...
by fpiSTM
Fri Jan 26, 2024 10:36 am
Forum: General discussion
Topic: Building with CMake?
Replies: 3
Views: 699

Re: Building with CMake?

Right. Anyway using arduino cli avoid issue. It have to be in the path to be used by cmake.

Go to advanced search