Control and Status Register (CSR) are auxiliary registers in many CPUs and many microcontrollers that are used for reading status and changing configuration, in contrast to the integer and sometimes floating registers which are used for computation. The control and status registers are often described by a register map.[1]

Both CPUs and I/O devices have CSRs. Typical examples include RISC-V CPU which has a set of registers to handle interrupts, and UART which has a set of registers to handle data reception and transmission.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.