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

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

    If I connect my board via USB in DFU mode, it is still recognized as STM32 BOOTLOADER, but if I do it with the ST-Link, nothing changes. Updated solution It turned out the ST-LINK was …

  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 …

  4. c++ - STM32 - Dynamic Memory Allocation Implementation, how …

    Dec 28, 2021 · STM32 - Dynamic Memory Allocation Implementation, how to correctly implement the _sbrk function? Asked 3 years, 10 months ago Modified 3 years, 10 months ago Viewed …

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

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

  7. Change the brightness level of a STM32 GPIO LED

    Feb 12, 2024 · I am using a STM32 NUCLEO-L432KC Microcontroller. Here is what I want to program: My LED shall have three LED brightness levels: 100, 50 and 10% Once the …

  8. microcontroller - STM32F4 Timers - Calculation of Period and …

    I am using STM32F407VGT6 with CubeMX. So I was beginning with general-purpose timers, and I am stuck with prescaler and period values. Basically, I want to generate a timer interrupt …

  9. microcontroller - Use hex file to manually load code on stm32

    Jul 9, 2023 · I am looking to manually load a project from a .hex file (output of cube ide build) directly into the flash of my uC (I am using stm32L431). I used a bit of code from an example …

  10. stm32 - Processor instruction cycle execution time - Stack Overflow

    Sep 20, 2016 · My guess is that the __no_operation() intrinsic (ARM) instruction should take 1/ (168 MHz) to execute, provided that each NOP executes in one clock cycle, which I would like …