STM32F103 - description and function of general timer

preface In this section, we will describe and introduce the general timer function of STM32, and also summarize STM32 (VI) and STM32 (VII) ---------------------— catalogue 1. Introduction to general timer 2. Timer initialization function 3. PWM wave ---------------------— I Introduction of timer ------- 1. What is a universal timer? ...

Added by McChicken on Tue, 18 Jan 2022 06:18:00 +0200

STM32F103 -- Introduction to EXIT external interrupt

preface This section will summarize STM32 (V) Each IO of STM32 can be used as an interrupt input port for external interrupts, which is also the strength of STM32. The interrupt controller of STM32F103 supports 19 external interrupt / event requests. Each interrupt has a status Bit, each interrupt / event has independent trigger and mask set ...

Added by Fearpig on Mon, 17 Jan 2022 08:33:53 +0200

[9]open62541v1.2 official documents in Chinese_ Server 2

brief introduction target Translation and supplement open62541v1 2 official manual. Information model callback There are three places where callbacks from the information model to user-defined code can occur. Custom node constructors and destructorsLinking VariableNodes to external data sourcesMethod node callback void UA_Server_ ...

Added by 7awaka on Sun, 16 Jan 2022 13:29:26 +0200

[10]open62541v1.2 official documents in Chinese_ Client 1

brief introduction The client implementation allows remote access to all OPC UA services. For convenience, some functions have been wrapped in Advanced abstraction Yes. However, at present, the client does not contain its own thread or event driven main loop, which means that the client will not automatically perform any action in the bac ...

Added by ScratchyAnt on Sat, 15 Jan 2022 04:26:06 +0200

[13]open62541v1.2 official documents in Chinese_ Internals 2

brief introduction When writing an application, it is more comfortable to use some GUI tools to create an information model. Most tools can export data according to OPC UA Nodeset XML schema. open62541 includes a python based nodeset compiler, which can transform these information model definitions into a working server. Note that you can ...

Added by JVassie on Sat, 15 Jan 2022 00:28:20 +0200

[13]open62541v1.2 official documents in Chinese_ Internals 1

brief introduction When writing an application, it is more comfortable to use some GUI tools to create an information model. Most tools can export data according to OPC UA Nodeset XML schema. open62541 includes a python based nodeset compiler, which can transform these information model definitions into a working server. Note that you can ...

Added by ClarkF1 on Sat, 15 Jan 2022 00:20:58 +0200

LCD FrameBuffer driver based on STM32MP157

LCD driver based on FrameBuffer frame of STM32MP157 What is FrameBuffer? Framebuffer is translated into Chinese, that is, frame buffer. Frame is the smallest unit in image animation. A frame is a still picture, and continuous frames form animation. Then frame buffer is used to cache the data of a frame. In the linux kernel, it is a program in ...

Added by ibelimb on Fri, 14 Jan 2022 01:31:35 +0200

Summarize the first use of HAL library STM32f030 hardware IIC slave interrupt transceiver

First, the concept of IIC is omitted. It's written in detail on the Internet. Let's start with the CUBEMX configuration code. The project in hand is a host and seven slaves. The slave uses the middle transceiver. The address is a big pit, and the subsequent read-write interrupt is also a pit. Slave address: The hardware is I2C_ ADDRESSINGMODE ...

Added by phpmixx on Wed, 12 Jan 2022 10:46:28 +0200

[STM32H7] Chapter 9 RTX5 task runs in privileged or non privileged mode

Forum original address (continuously updated): [anfulai] RTX5 kernel tutorial, which adopts CMSIS-RTOS V2 packaging layer, has been updated and released to Chapter 9 (2021-12-27) - STM32H7 - tough guy embedded Forum - Powered by Discuz! Chapter 9} RTX5 tasks run in privileged or non privileged mode The tutorial in this chapter explains an imp ...

Added by gerrydewar on Thu, 06 Jan 2022 11:42:30 +0200

When you click the mouse, STM32CubeMX reads the data of DS18B20 temperature sensor, and the serial port prints and displays it

summary The title of all the work to be done in this paper basically includes reading the temperature value of the temperature sensor, and then printing it to the serial assistant through the serial port; A lot of bloggers' great God's tutorial I always follow the steps to make the program do not report errors and detect the sensor's condition ...

Added by chris270 on Thu, 06 Jan 2022 03:53:12 +0200