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

Knowledge Base Articles

STM32H7 configuration tips and tricks

The STM32H7 products are part of the most powerful STM32 and bring many new features and capabilities. The drawback is the increase of the complexity of the system. Many resources are available on the ST community but also on the net to help you. The...

How to configure OctoSPI and QuadSPI with an STM32?

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 t...

LauraCx by ST Employee
  • 2690 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 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
  • 4896 Views
  • 0 comments
  • 2 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

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

License key for DfuSe USB device firmware upgrade

I use DfuSe utility (STSW-STM32080) for firmware update through USB. In the User Manual UM0392 included in DfuSe SW package (see DfuSe utility installation folder, DfuSe v3.0.5\Bin\Doc), paragraph 2.4.1 states the following: "To prevent software pira...

Enable touch screen on the STM32F746G-Discovery

How to enable the touch capability of the STM32F746G-Discovery board screen for GUI application ? By default the touch capability of the display is not enabled and this is not handled by the CubeMX tool. This document will guide you through the few ...

671.png 672.png 673.png 674.png