639
Chapter 32 USART (LIN / FIFO)
5.USART Interrupts
• - Framing error, i. e. a stop bit was expected, but a "0"-bit was received: FRE
• - Parity error, i. e. a wrong parity bit was detected: PE
If at least one of these flag bits above go "1" and the reception interrupt is enabled
(SSR04: RIE = 1), a reception interrupt request is generated.
If the Reception Data Register (RDR04) is read, the RDRF flag is automatically cleared to "0". Note that this is
the only way to reset the RDRF flag. The error flags are cleared to "0", if a "1" is written to the Clear Reception
Error (CRE) flag bit of the Serial Control Register (SCR04). The RDR04 contains only valid data if the RDRF
flag is "1" and no error bits are set.
Note, that the CRE flag is "write only" and by writing a "1" to it, it is internally held to "1" for one CPU clock
cycle.
■
Transmission Interrupt
If transmission data is transferred from the Transmission Data Register (TDR04) to the transfer shift register
(this happens, if the shift register (or FIFO) is empty and transmission data exists), the Transmission Data
Register Empty flag bit (TDRE) of the Serial Status Register (SSR04) is set to "1". In this case an interrupt
request is generated, if the Transmission Interrupt Enable (TIE) bit of the SSR04 was set to "1" before.
Note, that the initial value of TDRE (after hardware or software reset) is "1". So an interrupt is generated
immediately then, if the TIE flag is set to "1". Also note, that the only way to reset the TDRE flag is writing data
to the Transmission Data Register (TDR04).
■
LIN Synchronization Break Interrupt
This paragraph is only relevant, if USART operates in mode 0 or 3 as a LIN slave.
If the bus (serial input) goes "0" (dominant) for more than 11 bit times, the LIN Break Detected (LBD) flag bit of
the Extended Status/Control Register (ESCR04) is set to "1". Note, that in this case after 9 bit times the
reception error flags are set to "1", therefore the RIE flag has to be set to "0" or the RXE flag has to be set to
"0", if only a LIN synch break detect is desired. In the other case a reception error interrupt would be
generated first, and the interrupt handler routine has then to wait for LBD = 1.
The interrupt and the LBD flag are cleared after writing a "1" to the LBD flag. This makes sure, that the CPU
has detected the LIN synch break, because of the following procedure of adjusting the serial clock to the LIN
master.
■
LIN Synchronization Field Edge Detection Interrupts
This paragraph is only relevant, if USART operates in mode 0 or 3 as a LIN slave. After a LIN break detection
the next falling edge of the reception bus is indicated by USART. Simultaneously an internal signal connected
to the ICU is set to "1". This signal is reset to "0" after the fifth falling edge of the LIN Synchronization Field. In
both cases the ICU4 generates an interrupt, if "both edge detection" and the ICU1/5 interrupt are enabled. The
difference of the ICU4 counter values is the serial clock multiplied by 8. Dividing it by 8 results in the new
detected and calculated baud rate for the dedicated reload counter. This value - 1 has then to be written to the
Baud Rate Generator Registers (BGR1/0).There is no need to restart the reload counter, because it is
automatically reset if a falling edge of a start bit is detected.
■
Bus Idle Interrupt
If there is no reception activity on the SIN04 pin, the RBI flag bit of the ECCR04 goes "1". The TBI flag bit
respectively goes "1", when no data is transmitted. If the Bus Idle Interrupt Enable bit (BIE) of the ECCR04 is
set and both bus idle flag bits (TBI and RBI) are "1", an interrupt is generated.
(Note)
The TBI flag goes also "0" if there is no bus activity, but a "0" is written to the SIOP bit, if SOPE is
"1".
(Note)
TBI nd RBI cannot be used in mode 2 (synchronous communication).
Figure
5-1
illustrates how the bus idle interrupt is generated
Содержание FR Family FR60 Lite
Страница 2: ...FUJITSU LIMITED ...
Страница 3: ...FR60 32 BIT MICROCONTROLLER MB91460 Series User s Manual ...
Страница 15: ...xi ...
Страница 16: ...xii ...
Страница 38: ...22 Chapter 2 MB91460 Rev A Rev B Overview 4 Block Diagram ...
Страница 128: ...112 Chapter 4 CPU Architecture 9 Addressing ...
Страница 153: ...137 Chapter 8 Device State Transition 3 State Transition Diagram ...
Страница 154: ...138 Chapter 8 Device State Transition 3 State Transition Diagram ...
Страница 169: ...153 Chapter 9 Reset 10 Caution ...
Страница 170: ...154 Chapter 9 Reset 10 Caution ...
Страница 180: ...164 Chapter 10 Standby 7 Q A ...
Страница 182: ...166 Chapter 10 Standby 8 Caution ...
Страница 199: ...183 Chapter 12 Instruction Cache 2 Main body structure Figure 2 3 I Cache Address Map ...
Страница 200: ...184 Chapter 12 Instruction Cache 2 Main body structure Figure 2 4 I Cacheable Area ...
Страница 222: ...206 Chapter 13 Clock Control 8 Caution ...
Страница 232: ...216 Chapter 14 PLL Interface 7 Caution ...
Страница 236: ...220 Chapter 15 CAN Clock Prescaler 3 Registers ...
Страница 288: ...272 Chapter 19 Timebase Timer 8 Caution ...
Страница 314: ...298 Chapter 22 Main Oscillation Stabilisation Timer 8 Caution ...
Страница 326: ...310 Chapter 23 Sub Oscillation Stabilisation Timer 8 Caution ...
Страница 348: ...332 Chapter 25 External Interrupt 8 Caution ...
Страница 398: ...382 Chapter 26 DMA Controller 6 DMA External Interface ...
Страница 402: ...386 Chapter 27 Delayed Interrupt 8 Caution ...
Страница 412: ...396 Chapter 28 Bit Search 8 Caution ...
Страница 521: ...505 Chapter 30 I O Ports 3 Port Register Settings ...
Страница 522: ...506 Chapter 30 I O Ports 3 Port Register Settings ...
Страница 549: ...533 Chapter 31 External Bus 2 External Bus Interface Registers is set to the high impedance state ...
Страница 574: ...558 Chapter 31 External Bus 4 Endian and Bus Access Byte Access ...
Страница 628: ...612 Chapter 31 External Bus 13 Notes on Using the External Bus Interface ...
Страница 706: ...690 Chapter 33 I2C Controller 4 Programming Flow Charts ...
Страница 748: ...732 Chapter 34 CAN Controller 4 CAN Application ...
Страница 762: ...746 Chapter 35 Free Run Timer 8 Caution ...
Страница 790: ...774 Chapter 37 Output Compare 8 Caution ...
Страница 838: ...822 Chapter 39 Programmable Pulse Generator 8 Caution ...
Страница 850: ...834 Chapter 40 Pulse Frequency Modulator 4 PFM Operation and Setting ...
Страница 886: ...870 Chapter 42 Sound Generator 3 Registers ...
Страница 900: ...884 Chapter 43 Stepper Motor Controller 4 Caution ...
Страница 939: ...923 Chapter 47 LCD Controller 3 Configuration Figure 3 2 Register List ...
Страница 943: ...927 Chapter 47 LCD Controller 4 Registers Correspondence between VRAM and Common Segment Pins ...
Страница 964: ...948 Chapter 48 Clock Monitor 8 Caution ...
Страница 994: ...978 Chapter 51 Low Voltage Reset Interrupt 3 Registers ...
Страница 998: ...982 Chapter 52 Regulator Control 3 Registers ...
Страница 1008: ...992 Chapter 53 Fixed Mode Reset Vector BOOT ROM 5 Bootloader Update Strategy ...
Страница 1024: ...1008 Chapter 54 Flash Memory 8 Caution ...
Страница 1032: ...1016 Chapter 55 Flash Security 4 Register ...
Страница 1034: ...1018 Chapter 56 Electrical Specification ...
Страница 1035: ...FR60 MB91460 Series Hardware Manual European Microcontroller Design Centre Author MBo ...
Страница 1036: ......
Страница 1038: ......