Program Memory (ROM) ......................................................................................................................... 10
Data Memory (RAM) ................................................................................................................................ 10
Data Pointer (DP) ..................................................................................................................................... 11
Status flag (F) ............................................................................................................................... 12
Carry flag (CY) ............................................................................................................................. 13
3. PORT REGISTERS (PX) ................................................................................................................... 14
3.1
3.2
K
I/O
Port (P0) ............................................................................................................................................. 15
K
I
Port/Special Port (P1) ......................................................................................................................... 16
3.2.1
3.2.2
3.2.3
3.2.4
3.3
3.4
K
I
port (P
11
: bits 4 to 7 of P1) ....................................................................................................... 16
S
0
port (bit 2 of P1) ....................................................................................................................... 16
S
1
/LED port (bit 3 of P1) ............................................................................................................... 16
S
2
port (bit 1 of P1) ....................................................................................................................... 17
Control Register 0 (P3) ........................................................................................................................... 17
Control Register 1 (P4) ........................................................................................................................... 18
9.10 Other Instructions ................................................................................................................................... 45
10. ASSEMBLER RESERVED WORDS ................................................................................................ 47
10.1 Mask Option Quasi Directives ............................................................................................................... 47
10.1.1 OPTION and ENDOP quasi directives ......................................................................................... 47
10.1.2 Mask option definition quasi directive .......................................................................................... 47
1. Platform Description MSP430F5438
2. Why use MSPWare?
Due to work reasons, STM32 is used more in school, and STM32 DriverLib is more convenient to use. When I first learned MSP430, I was back to the...
1. Introduction
I was very excited at first. I really wanted this development board. After applying, I really got it. The main reason I wanted this development board was because it has a screen! In th...
The goal is to achieve SPI communication between two MCUs. Both MCUs are connected to the host computer. The goal is to send a character from host computer A to host computer B on the serial assistant...
Based on DSP image processing, the project needs to do a survey and analyze several development boards as follows:
1. TI's DSP development board
The main suppliers of DSP include TI, ADI (Analog Devic...
I am reading Ren Zhe's "Principles and Applications of Embedded Real-Time Operating System uC/OS-II (3rd Edition)".See Chapter 5 Example 5-6: The following is a task-level implementation of exclusive ...