MCU read-write mode

Source: Internet
Author: User

Take the simulation SPIs as an example:

For other peripherals (UART, SPIM, I2s, i²c ... ) is a truth.

When the MCU is written: write primarily to a register, which is the entrance to the peripheral (which is basically done and the logic is turned).

Spis_tx_data = (i++);

Otherwise the MCU will not initiate write operations, the corresponding enable signal will not be some, the address is.

When the MCU reads: Mainly read a register, which is the exit of the peripheral (basically do the serial and logic).

Read_data = Spis_rx_data;

Otherwise the MCU will not initiate a read operation, the corresponding enable signal will not be some, the address is also.

MCU read-write mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.