How to load ST example code into STM32CubeIDE
Hello... i recently downloaded STM32 example from ST website, How can i load these example into CubeIDE ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello... i recently downloaded STM32 example from ST website, How can i load these example into CubeIDE ?
I am currently evaluating the STM32G0 series for a project that requires two USB Type-C ports.Each port needs to support both Dual Role Port (DRP) functionality and DisplayPort Alternate Mode (DP-Alt).Can the STM32G0 be implemented?
Hi guys, sorry if I'm posting this in the wrong area.I'm starting a project that uses a 1024x768 graphics display and I was wondering which STM32F MCU (LQFP 176pin) would be the better to drive the RGB Panel. I would be using external memory but if ...
Hi @st Team,We had observed some unknown behaviour with respect to flash.MCU => STM32U073CC.Tools => STM32Cube ProgrammerWe need to write this mentioned value @last page of flash @address = 0x0803F800.After doing multiple connect/disconnect, The ment...
Hi.I like to make a little spreadsheet/graphic for MCUs that shows all of the available pins and the functions available on them. You can sort of view it in CubeMX, but not in a table. Makes selecting pins and layouts easier.I do them by hand but it'...
HiI'm testing a FMC connection between the mcu on a STM32H753I-EVAL2 board, and a FPGA acting as a SRAM device.Write operations looks OK, but when I try to perform a read operation, it looks like that even thought the nxe and noe behave as expected, ...
i have successfully make some basic module in stm32l552 nucleo in register level and in asm , successfully programGPIO, TIMER, UART RX,TX,. But stuck in interrupt section for few days. i am tring to toggle onboard led(PA9) using user button PC13. my ...
I want to check and ensure the option bytes are correct from with my executing program. But writing the option bytes is very flaky if the IWDG is active. For some reason, there is a stall at "FLASH_CR_OBL_LAUNCH". Or maybe it makes it past but not so...
Hello STM Community,I am currently working with the STM32C031C6 Nucleo board to implement various power reduction techniques, including Sleep, Stop, and Standby modes. At this stage, I am trying to wake the MCU from STOP mode using the RTC wakeup tim...
Hello there!I am on my first foray away from HAL and into bare-metal programming, and am trying to configure LPTIM1 and LPTIM2 on my stm32u031 to periodically trigger interrupts. I am experiencing bizarre behavior that I'm struggling to understand ho...