User Activity

I have an STM32H743 project generated and i'd like to include an external file using the GCC "-include file" command option. I've added it as shown in this screenshot under C/C++ Build > settings > MCU/MPU GCC Compiler > MiscellaneousThe problem is t...
I'm looking for a way to export all IDE preferences to share with developers on my team. Essentially, everything under windows > preferences we'd like to backup so we can have it the same on all machines. I found:C:\ST\STM32CubeIDE_1.16.1\STM32CubeID...
I am currently choosing an LSE and HSE crystal for an STM32H743 project. AN2867 includes tables of compatible STM32 crystals. There is also a crystal selection tool from ECS which i've used. My question is, after selecting a crystal from the tables, ...
IN AN4899, figure 18, it states:"To reduce power consumption, setthe pin as a push-pull output anddrive it in the same direction as theinternal pull-up / pull-down resistor.Alternately, set pin as analog input."I'm a little confused here. If there is...
I'd like to use both external RAM and flash at the same time for an STM32H7 application. I'd like to get a better idea of what options are available for this. For example, 256Mbyte flash in memory mapped mode for execute in place and 4gb of SRAM indi...