TAILIEUCHUNG - Vi điều khiển PSoc

Trong 1-2 năm gần đây, PSoC (System on chip) đã được nghiên cứu và ứng dụng rất rộng rãi nhờ ưu điểm "lập trình kéo thả" rất thuận tiện và nhanh chóng trong thiết kế. Ngoài ra, khi phát triển các ứng dụng phức tạp, PSoc có sẵn các khối ngoại vi như bộ khuếch đại thuật toán, các bộ lọc, các bộ định thời, mạch logic số, các khối chuyển đổi AD-DA làm giảm độ phức tạp mạch in (PCB), và công suất suất tiêu thụ | Calling routine (CALL) and return (RET) from subprogram, as well as returning from interrupt (RETI) are executed the same way as in other microcontrollers. Instructions for stack operations Instructions PUSH and POP are, in standard ways, allowing storing values of important registers inside of stack during procedure calling. PUSH instruction is copying value of register A and X, while instruction POP returns values in opposite order. Stack is LIFO ordered, which means Last In First Out, which explains a little bit more the way PUSH and POP instructions function. Stack is positioned in upper part of RAM, so it wouldn’t overlap with defined variables. Beside holding important registers, these instructions allow transporting procedure parameters over stack, by storing parameter using PUSH before procedure call, and taking it from stack by calling PUSH instruction from inside of procedure. Instructions PUSH and POP with help of index addressing allow realization of local variables inside procedures, which will be discussed later in examples part.

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.