About 996,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  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. What are the various ways to disable and re-enable interrupts in …

    Mar 26, 2022 · Each ARM-core microcontroller manufacturer, I believe, including STM32 types, must define and create its own list of IRQn_Type interrupt request types, so see below for the STM32 …

  6. 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 …

  7. How to use the GDB (Gnu Debugger) and OpenOCD for …

    Such commands could be sufficient for debugging your microcontroller, but many people were already familiar with the Gnu Debugger (GDB). This is why OpenOCD also starts a GDB server on TCP port …

  8. 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 …

  9. How can I generate REAL random numbers using an STM32 MCU?

    Aug 3, 2025 · STM32 chips Repeat it a few times. I found 8 times gives pretty good randomness. I checked randomness by sorting the output values in ascending order and plotting them in Excel. …

  10. 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 …