STM32 MCUs
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

How to configure OctoSPI and QuadSPI with an STM32

1. OctoSPI You can find the detailed example with explanation inMOOC - STM32H72x/3x hands-on workshop - 6 Code execution from external FLASHIn this MOOC page you will find the link to the video and the full set of materials to download.Application No...

LauraCx by ST Employee
  • 4763 Views
  • 0 comments
  • 3 kudos

LoRa communication within STM32

What are the most important information to know about LoRa communication?What are the resources offered by ST and dedicated to the development of LoRa solutions?This FAQ concerns the LoRa communication, this tutorial contains the basic information to...

1311.png

What is FSMC and why do I need it?

1. What is FSMC FSMC is a parallel line interface used to connect microcontrollers to external memories (like NAND/NOR Flash etc) and transfer data at high speed, it is used in applications that require to process a large amount of data.  2. Why to u...

LauraCx by ST Employee
  • 18524 Views
  • 0 comments
  • 2 kudos

Why my STM32 doesn't start?

How to make sure the STM32 starts properly in our design? Let's look at the following aspects in more detail: 1. HW considerations2. Start-up configuration3. Software4. Summary (TL;DR)1. HW considerations Datasheet and other documentation Please ...

What are Bluetooth Low Energy Packet Formats?

What are Bluetooth Low Energy Packet Formats?Summary This article details the Bluetooth LE packet formats for different applications from IoT to Automotive. 1.Link layer packet format  1.1 Bluetooth LE Protocol stack The Bluetooth LE protocol stack...

1616.png 1617.png 1618.png 1620.png
LauraCx by ST Employee
  • 7806 Views
  • 0 comments
  • 4 kudos

STM32 Arduino (STM32duino) tutorial

This FAQ concerns the STM32duino, after following this tutorial, it will be possible to get to know how to use STM32 Nucleo boards within the Arduino IDE and generate codes to run on them. In this article we use a STM32 Nucleo board and an ST MEMS sh...

1312.jpg 1313.jpg 1314.jpg 1315.jpg

What is STM32GDB?

What is STM32GDB? How to find support document on GDB This article lists all the resources providing info on GDB debugging  Cube IDE Information Center In CubeIDE click menu: Help > Information CenterThe CUBE IDE Information center gives acces...

1636.jpg
LauraCx by ST Employee
  • 956 Views
  • 0 comments
  • 1 kudos

FAQ: Does OctoSPI interface support QuadSPI memories?

Does STM32 OctoSPI interface support also QuadSPI memories?Yes, it does. OctoSPI interface is fully configurable and supports two, four or eight data lines:Single-SPI (traditional SPI)Dual-SPIQuad-SPIOcto-SPIFor more information you can have a look t...

How to use TouchGFX?

How to use TouchGFX?Our TouchGFX Documentation website holds a large amount of resources created to help you get a lean development process: 1. Introduction Introduction - read surface-level information on TouchGFX and installation guide.  2. Basics...

837.png 838.png
Iben.Thy by Associate
  • 2472 Views
  • 0 comments
  • 1 kudos

ClassB example hard fault

[FAQ][STM32F4]: During debugging ClassB library example is giving me hard-faults. What is the problem?Issue can be caused by corruption of CPU registers that modern compiler produced code uses during run-time. One of the requirements is that each sub...

FAQ:STM32-MPUs-STM32CubeIDE

Is STM32MP1x supported by STM32CubeIDE? Yes STM32CubeIDE supports stm32mp1 from the release V1.1.0. It supports build and debug of the CM4 coprocessor firmware (engineering mode and production mode).ST has a roadmap to enhance the feature with suppor...

STM32 QSPI interface address in Dual-Flash memory mode

Why does STM32 QSPI interface send addresses shifted right by 1bit in Dual-Flash memory mode?  The configured address in the QUADSPI_AR is divided by 2 (shifted right by 1bit) in DUAL bank mechanism, because each connected memory represents the half ...

704.png

Concurrent use of USB and CAN with STM32F103

Is it possible to use USB and CAN on STM32F1 devices at the same time? No, unfortunately not. In low, medium-, high- and XL-density devices, the USB and CAN share a dedicated 512-byte SRAM memory for data transmission and reception, and so they canno...