r_bsc_buserr_interrupt


Performs processing in response to the bus error (illegal address access).

Remarks 1.

This API function is called to run interrupt processing for a bus error (illegal address access), which is generated through access by the processing program to a location within an illegal address range.

Remarks 2.

The bus master that caused the bus error can be confirmed by reading the MST bit of bus error status register 1 (BERSR1) from within this API function.

Remarks 3.

The illegal address (high-order 13 bits) that caused the bus error can be confirmed by reading the ADDR bit of bus error status register 2 (BERSR2) from within this API function.

[Syntax]

static  void    r_bsc_buserr_interrupt ( void );

[Argument(s)]

None.

[Return value]

None.