User Activity

Hi all   I just designed my first custom PCB running on an STM32U585(VIT6). Or let's say it was desired to run on a STM32...As I couldn't get the MCU noticed by neither the STM32CubeMX nor the STM32CubeProgrammer, I designed another board that just h...
Hi allI'm currently working on getting the SD Card Interface (SDMMC1) to run on my Nucleo U575 board. I'm adapting the Fx_uSD_File_Edit Example of the STM32U575I-EV board.I'm running into problems when it comes to opening the SD Card media. In fx_med...
Hi all First of all, merry christmas to all of you. As I got a little spare time between the years I'm thinking about a STM32 project again. I'm wondering if there's a best practice for one hex file supporting several hardware configurations. The con...
Hi allI'm using a Nucleo U575 board for reading a GNSS module. I configured the USART2 port with DMA (in circular mode, port 0 as it's peripheral to memory), Request is USART2_RX, Interrupts for USART2 and GPDMA1 are enabled and it works just fine. I...
I'm having trouble compiling a TouchGFX project in STM32CubeIDE.As I need to call a C++ function (touchgfx::OSWrappers::signalVSync()) from inside a .c file (app_azure_rtos.c) I created a C++-linker function as described in this thread.Also as descri...