Tag:register
-
Time:2021-3-5
-*-Take notes for your communication, -*-The related time sequence can be seen in the EEPROM datasheet, which is not explained here Author: cavein, lollipop Platform: keil5 & stm32g031ke8t6 Time: 20201101 1. The hardware IIC does not need to generate the start bit and the end bit by itself, it only needs to call the configuration […]
-
Time:2021-2-23
Using zenject and unirx entry-level technology to achieve the pseudo login registration function. Operation effect Login panel using System; using UniRx; using UnityEngine; using UnityEngine.UI; using Zenject; public class LoginPanel : MonoBehaviour { public InputField userName; public InputField password; public Button LoginBtn; public Button RegistBtn; [Inject] private User _user; [Inject] private TipPanel _tipPanel; [Inject] private […]
-
Time:2021-2-20
What is a macro Macros allow us to repeat specific changes in vim. In VIM, we can record and store any key operation to a certain locationregisterFor playback later. To use a macro, you first need to record a macro, that is, input a series of commands, and store the series of commands in a […]
-
Time:2021-2-12
Hello everyone, I’m a ruffian Heng. I’m a serious technical ruffian. Today, ruffian Heng introduces to youSuper download algorithm development notes (2) identify the current i.mxrt model。 Continued from the first chapterSuper download algorithm (rt-ufl) Development Notes (1) – execution under different cm coresWe have solved the problem that the super download algorithm can be […]
-
Time:2021-2-9
ADK AMBA Design Suite AHB advanced high performance bus AHB ‐ AP AHB access port AMBA advanced MCU bus architecture APB advanced peripheral bus Arm arm architecture reference manualASIC industry specific integrated circuitATB advanced tracking busBe8 byte invariant big end modeCPI cycles per instructionCPU central processing unitDAP debug access portDSP digital signal processor / digital […]
-
Time:2021-2-2
Hello everyone, I’m a ruffian Heng. I’m a serious technical ruffian. Today, ruffian Heng introduces to youi. The influence of debug mailbox implementation in mxrt600 on JLINK debugging。 The reason for this is that a colleague of PI Ziheng, Kerry, who likes to break the casserole to the end, is studying the chip i.mxrt600 recently. […]
-
Time:2021-1-29
Write your own GBA Library The last article (to be written) introduced the hardware of GBA, such as registers, memory, interrupts, etc. many of the registers can be said to be GBA’s remote controller. To use the hardware functions of GBA, we need to deal with these registers. How to deal with it? These registers […]
-
Time:2021-1-20
1: Background 1. Tell a story Yesterday, in the front page of the editor in the garden, I saw an article written by the master of fine code agriculture, entitled:[C #. Net addendum] 10: understanding volatile keyword (https://www.cnblogs.com/willi…In a multithreaded environment, a bug that does not appear in debug but appears in release. The original […]
-
Time:2021-1-14
This chapter mainly introduces the machine code in computer assembly language. When we use high-level language (C, Java, etc.) programming, the code will shield the details of the machine level, we can not understand the machine level code implementation. Now that we have a high-level language, why do we need to learn assembly language? Learning […]
-
Time:2021-1-10
This paper describes the laravel framework based on its own user system to achieve login registration and error handling functions. The details are as follows: 1、 By default, laravel will not automatically install your user system, 2、 But we can see from the code of the default home page that the login button is hidden […]
-
Time:2021-1-5
Vim and other editors, there are cut, copy, paste and other operations, but in VIM these operations have different names: delete, copy Yank, paste put. General editors use the operating system’s clipboard to temporarily store text when they copy, cut, and so on. VIM’s “clipboard” does not interact with the system’s clipboard. VIM uses the […]
-
Time:2020-12-28
Link to the original text:Vim registers: The basics and beyond VIM register is the kind of things that you may not need until you learn. After you learn it, registers become indispensable and hard to discard in workflow. However, there are still many people who have been using VIM for many years and don’t know […]