System analysis of deleting irrelevant codes and their configuration in uboot

The first hurdle in learning embedded linux is uboot. Many friends feel helpless about this slightly complex MCU program. This is mainly because there will be many folders after extracting a uboot compressed package, which contains a lot of code. In addition, there are makefile, Kconfig, device tree and so on. I don't know where to start. If ...

Posted by rebelo on Sun, 30 Jan 2022 12:38:43 +0100

While my roommate was playing the peak game, I quietly learned the SysTick timer of STM32

CSDN blog home page ID : Eterlove One by one, record my study and life! Standing on the shoulders of giants of Giants! This article is original, please indicate the source and author! preface We often use delay to complete some project requirements, and often use the software delay achieved by CPU empty cycle to realize it. Its method has t ...

Posted by turtlefox on Sun, 30 Jan 2022 01:45:51 +0100

STM32 learning notes (four serial port communication 3 serial port register library function configuration)

1, Common serial port register USART_SR status register Function: the status register is applicable to detect the status of the serial port at this time. Mainly focus on two bits: RXNE and TC (bits 5 and 6). RXNE (non empty read data register): when this bit is set to 1, it indicates that data has been received and can be read out (that is, t ...

Posted by jumpingmatflash on Fri, 28 Jan 2022 18:12:59 +0100

[Linux RK] change network card name | CSDN creative punch in

background When ifconfig checks the network interface information, there are network interfaces eth0 and eth1. How are the name drivers of the two ports allocated? How to change the standard eth1 and eth0 to LAN and WAN (or users can define their own names). When ifconfig is displayed again, LAN and WAN network cards are displayed. The pr ...

Posted by Duje_KH on Thu, 27 Jan 2022 22:56:09 +0100

iMX8M series technical sticker | OKMX8MM-C development board UBOOT adds new display support

OKMX8MM-CDevelopment board be based on NXP Corporate i.MX8MM ini quad core 64 bit processor design, using Core board +Backplane structure, with a maximum dominant frequency of 1.8GHz, Cortex -A53 architecture; 2GB DDR4 RAM, supporting a universal Cortex ®- M4 400MHz core processor provides a variety of peripheral interfaces, such as MIPI-CS ...

Posted by Wakab on Sat, 22 Jan 2022 07:05:59 +0100

Temperature measurement with STM32 thermistor

1, Hardware STM32F103C8T6, thermistor sensor, OLED. 2, Introduction of thermistor sensor A DO output port outputs digital quantity, and outputs 0 or 1 according to whether the external temperature exceeds the threshold of the sensor; An AO port outputs analog quantity. The detection of temperature shall be realized through analog quant ...

Posted by johndale on Fri, 21 Jan 2022 03:59:17 +0100

STM32F103 SPI (pit Diary)

1.SPI protocol SPI is the abbreviation of Serial Peripheral Interface. It is a high-speed, full duplex and synchronous communication bus, and only occupies four wires on the pins of the chip. They are the following four MISO – Master Input Slave Output, master equipment data input and slave equipment data output;MOSI – Master ...

Posted by Synergic on Thu, 20 Jan 2022 20:14:19 +0100

[lora of STM32WLE5: 6. ADC of yizhilian LM40 Evaluation Board regularly collects and reports low-power processing]

preface PingPong routine has provided a complete low-power processing framework. Users only need to open the application low-power macro definition for testing. When expanding, users only need to add low-power processing in their own functional modules to complete the low-power processing of the whole project. It is very convenient and r ...

Posted by noirsith on Thu, 20 Jan 2022 16:20:52 +0100

mac pro M1(ARM) installation: elasticsearch, kibana, logstash ELK

0. Introduction The last issue introduced mac pro M1(ARM) installation: VMWare Fusion and linux(centos7/ubantu) In this issue, let's see how to install elasticsearch and kibana on m1 1. Install es and kibana based on centos How to install centos virtual machine on m1 can refer to the above blog 1.1 download This is based on the demonstrati ...

Posted by genecide on Tue, 18 Jan 2022 14:46:04 +0100

[LoRa# Series 2 of STM32WLE5, PingPong routine transplantation 1 of yizhilian LM401 evaluation board]

preface Record the process of building PingPong transceiver routine of STM32WLE5 module based on stm32subemx. The hardware platform is the blue LM401 LoraWan evaluation board of yizhilian, and the corresponding MCU model is STM32WLE5CBU6. PingPong routine has a complete data sending and receiving process, and is configured with ST's basic ...

Posted by pkallberg21 on Mon, 17 Jan 2022 08:43:46 +0100