Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: STM

Pointer – Using Freeertos on STM32 Pointer Random Assign Mystery (A5A5A5A5 and FFFFFFF) lead to hard failure

I encountered a hard error problem, it appeared at a seemingly random time, the pointer points to address A5 or FF (I allow memory space is much lower than 80000000 and above). It seems A pointer t

September 25, 2021By Simo Network Hardware A5A5A5A5, allocation, Failure, fffffff, freertos, mystery, pointer, random, resulting in hard, STM, STM32, use, valueLeave a Comment

STM32 multi-block CAN bus interconnection card dead problem

There is no problem when a single board is connected to the CAN bus, but when multiple boards are connected to the CAN at the same time, basically only one can be used, and the other boards will be

September 24, 2021By Simo Motherboard Board, bus, card, Development, Internet, multiple, problem, STM, STM32Leave a Comment

Pixy & STM32 Usage Records (Serial Pull & SPI Peripherals)

First, steadfastly figure out the stm32 peripheral serial port and SPI, don’t look down on trivial matters. Use SPI communication to read out the data of pixy, send the data to the serial port assi

September 24, 2021By Simo Motherboard Peripheral, Pixy, Pixy & STM32, Record, Serial, SPI, STM, UsedLeave a Comment

STM32’s printf () function serial port redirection (HAL library standard library)

1. Create a project

2. Core: add a new file usar_fputc.c (name whatever you want), add the file to the project Go

#include “stdio.h”
  #include “stm32f1xx_hal.h”

extern UART_Handl

September 24, 2021By Simo Motherboard all, applicable, function, HAL, Library, printf, redirection, serial port, Standard, STM, STM32Leave a Comment

Embedded 02 STM32 07 serial communication

STM32 serial communication (F1 series contains 3 USARTs and 2 UARTs)

1. The purpose and significance of the serial communication between the microcontroller and the PC:

Since its birth,

September 24, 2021By Simo Motherboard communication, Embed, form, serial port, STM, STM32Leave a Comment

STM32 single-chip serial port one-click download circuit and operation method detailed

The storage media corresponding to the three boot modes of STM32 are all built-in chips. They are:
1) User flash memory = Flash built into the chip.
2) SRAM = The RAM area built into the chip is

September 24, 2021By Simo Motherboard circuit, detailed, download, method, one-button, operation, serial port, single chip, STM, STM32Leave a Comment

[STM32F103] serial port UART configuration

l Serial port clock enable, GPIO clock enable:

RCC_APB2PeriphClockCmd();

l Serial reset:< /p>   USART_DeInit(); This step is not necessary

l GPIO port mode setting:

GPIO_Ini

September 24, 2021By Simo Motherboard configuration, serial port, STM, STM32F103, UARTLeave a Comment

STM32 serial interrupt instance two

int main(void )
{
uint8_t a=0;//LED high and low voltage control

/* System Clocks Configuration */
RCC_Configuration(); //System clock settings
/*Nested vector interrupt controller
Exp

September 24, 2021By Simo Motherboard example, interruption, serial port, STM, STM32, twoLeave a Comment

STM32 serial optoth experiment

In experimental phase 1, the timer is timed for 1s to trigger an interrupt, and data is sent out during the interrupt.

The timer is set to 36000 frequency division, the period is set to 2000,

September 24, 2021By Simo Motherboard experiment, serial port, STM, STM32Leave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress