STM32F7 1 Documentation conventions

Started by tha, October 13, 2022, 12:03:00 PM

Previous topic - Next topic

tha

1 Documentation conventions

1.1 General information

The STM32F75xxx and STM32F74xxx devices มี an Arm®(a) Cortex®-M7 core

1.2 List of abbreviations for registers

ตัวย่อต่อไปนี้ (b) ถูกใช้ใน register descriptions:

read/write (rw)                             Software สามารถอ่านและเขียนไปยังบิตนี้.

read-only (r)                                 Software สามารถอ่านบิตนี้ได้เพียงอย่างเดียว.

write-only (w)                               Software สามารถเขียนบิตนี้ได้เพียงอย่างเดียว. การอ่านบิตนี้จะส่งคืนกลับ the reset value.

read/clear write0 (rc_w0)           Software สามารถอ่านและเคลียร์บิตนี้โดยการเขียน 0. การเขียน 1 จะไม่มีผลกระทบอะไรกับค่า
                                                       บิตนี้.

read/clear write1 (rc_w1)           Software สามารถอ่านและเคลียร์บิตนี้โดยการเขียน 1. การเขียน 0 จะไม่มีผลกระทบอะไรกับค่าบิต
                                                       นี้.

read/clear write (rc_w)              Software สามารถอ่านและเคลียร์บิตนี้โดยการเขียนไปยัง the register. ค่าที่เขียนไปยังบิตนี้ไม่ได้
                                                      สำคัญอะไร.

read/clear by read (rc_r)           Software สามารถอ่านบิตนี้. การอ่านบิตนี้จะเคลียร์มันเป็น 0 โดยอัตโนมัติ. การเขียนบิตนี้จะไม่มีผล
                                                       อะไรกับค่าบิตนี้.

read/set by read (rs_r)              Software สามารถอ่านบิตนี้. การอ่านบิตนี้จะเซ็ตมันเป็น 1 โดยอัตโนมัติ. การเขียนบิตนี้จะไม่มีผล
                                                      อะไรกับค่าบิตนี้.

read/set (rs)                               Software สามารถอ่านและเซ็ตบิตนี้. การเขียน 0 จะไม่มีผลอะไรกับค่าบิตนี้.

read/write once (rwo)               Software สามารถเขียนได้เพียงครั้งเดียวไปยังบิตนี้และสามารถอ่านมันได้ทุกเวลาด้วย. มีเพียง a
                                                      reset ที่สามารถส่งคืนกลับ the bit ไปยัง reset value ของมัน.

toggle (t)                                      The software สามารถสลับบิตนี้โดยการเขียน 1. การเขียน 0 จะไม่มีผลอะไร.

read-only write trigger (rt_w1)  Software สามารถอ่านบิตนี้. การเขียน 1 จะทริก an event แต่จะไม่มีผลอะไรกับค่าบิตนี้.

Reserved (Res.)                           บิตที่สงวนไว้, ต้องถูกเก็บไว้ที่ reset value.



a.  Arm เป็นเครื่องหมายการค้าจดทะเบียนของ Arm Limited (หรือบริษัทในเครือ) ในสหรัฐอเมริกาและ/หรือที่อื่นๆ
b. นี่คือรายการย่อทั้งหมดของตัวย่อที่ใช้กับไมโครคอนโทรลเลอร์ STM ซึ่งบางตัวอาจไม่มีใช้ในเอกสารปัจจุบัน.

tha

1.3 Glossary

ส่วนนี้ให้คำจำกัดความโดยย่อของ acronyms and abbreviations ที่ใช้ในเอกสารนี้:
•   The CPU core รวม two debug ports:
     –   JTAG debug port (JTAG-DP) จัดให้มี a 5-pin standard interface ตั้งอยู่บน the Joint Test Action Group
          (JTAG) protocol.
     –   SWD debug port (SWD-DP) จัดให้มี a 2-pin (clock and data) interface ตั้งอยู่บน the Serial Wire Debug
          (SWD) protocol.
          สำหรับทั้ง the JTAG and SWD protocols, ดูที่ the Cortex®-M7 Technical Reference Manual.
•   Word: data of 32-bit length.
•   Half-word: data of 16-bit length.
•   Byte: data of 8-bit length.
•   Double word: data of 64-bit length

tha

•   IAP (in-application programming): IAP คือความสามารถที่จะโปรแกรมใหม่ the Flash memory ของ a
     microcontroller ในขณะที่ the user program กำลังรันอยู่.
•   ICP (in-circuit programming): ICP คือความสามารถที่จะโปรแกรม the Flash memory ของ a microcontroller โดย
     ใช้ the JTAG protocol, the SWD protocol หรือ the bootloader ในขณะที่ the device ถูกติดตั้งบน the user application
     board.
•   Option bytes: product configuration bits ที่เก็บใน the Flash memory.
•   AHB: advanced high-performance bus.
•   AHBS: AHB Slave bus.
•   AXIM: AXI master bus.
•   ITCM: Instruction Tighly Coupled Memory.
•   DTCM: Data Tighly Coupled Memory.
•   CPU: ดูที่ the Cortex®-M7 core.


tha

1.4 Availability of peripherals

สำหรับความพร้อมใช้งานของ peripherals และจำนวนของพวกมันพาดทุก sales types, ดูที่ the particular device datasheet.