About 813,000 results
Open links in new tab
  1. How to interface ethernet with STM32 Microcontroller?

    Apr 8, 2020 · The project uses an ethernet loop which is connected through the STM32 Microcontroller. I have to use ethernet switch IC(4 port). What are the topics that I have to know so that I can use the …

  2. driver - Why is my STM32F407 not being recognized by the computer ...

    The ST-Link is not recognized. The ST-LINK blinks and the board is powered up, but that's it. Device Manager before and after) shows the same. So I went on checking if I was missing any new …

  3. stm32 - How to make a proper delay in a microcontroller ... - Stack ...

    Feb 24, 2024 · -2 How to a make a proper delay inside a microcontroller? I see a lot of people using a basic for-loop for(int i = 0; i < 100000; i++){} As a delay, but how can I create a proper delay inside of …

  4. How to configure Visual Studio Code to build and debug STM32 …

    Jul 18, 2018 · I have started using Visual Studio Code for a growing amount of my development work and I thought it would be a good IDE to use for STM32 development. I have found many examples …

  5. Using PuTTY to print from STM32 - Stack Overflow

    Sep 18, 2018 · I want to print messages from my STM32 Nucleo-L073RZ microcontroller. How should I go about it? Should I use UART? Where can I get the corresponding code? #include "stm32l0xx.h" …

  6. STM32 boot to system memory bootloader - Stack Overflow

    Aug 25, 2022 · I'm trying to use the STM32 system memory bootloader to program the MCU through UART1 without programmer. I'm using STM32G030C8 on custom board and found this document …

  7. Where should I get the header files for an STM32 microcontroller?

    Sep 26, 2019 · I have this STM32F3 Discovery board, and I'm trying to flash a simple blink program to it. All of the examples I've found have several stm32*.h header files, such as this for an F4 Discovery …

  8. STM32 USB Host. Virtual Port Com. FTDI and CH340

    Jun 23, 2025 · I use the stm32g0b1 microcontroller to USB Host. I use the HAL library from STMicroelectronics. Class for FS IP: Communication Host Class (Virtual Port Com). And it works …

  9. c - STM32 Interrupts Not Triggering Correctly with Specific Priority ...

    Apr 10, 2024 · I'm working on a project with an STM32 microcontroller where I need to handle interrupts generated by PWM signals on pins PE2 and PC11. Despite configuring the interrupts and ensuring …

  10. I2C Bus Emulation on STM32 microcontroller - Stack Overflow

    Jun 22, 2024 · I have a custom board with a STM32 microcontroller as An I2C master which communicating with 3 I2C slave devices. Illustrated in Image 1. I can simply sniff I2C bus with a logic …