Search found 1745 matches

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

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

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

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

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

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

Re: Building with CMake?

Right. Anyway using arduino cli avoid issue. It have to be in the path to be used by cmake.
by fpiSTM
Fri Jan 26, 2024 8:36 am
Forum: IDE's
Topic: How to debug stm32 using arduino IDE debug function?
Replies: 5
Views: 1952

Re: How to debug stm32 using arduino IDE debug function?

Normally step 5 is enough. 6 and 7 are not properly managed by IDE.
by fpiSTM
Fri Jan 26, 2024 6:49 am
Forum: IDE's
Topic: How to debug stm32 using arduino IDE debug function?
Replies: 5
Views: 1952

Re: How to debug stm32 using arduino IDE debug function?

You need to build with optimize for debug selected in the menu. A STlink with reset signal connected.
by fpiSTM
Fri Jan 26, 2024 6:47 am
Forum: General discussion
Topic: Why can't I go to definition?
Replies: 1
Views: 641

Re: Why can't I go to definition?

This is an Arduino IDE issue. Maybe some configuration could help.

Go to advanced search