On 04/11/2019 12:56, Andy James wrote:
I am attempting to port some code from a LEON3 application to the ZYNQ,
and there are some exception handling routines, such as :
status = rtems_interrupt_catch(handleTrap,
SPARC_SYNCHRONOUS_TRAP(ILLEGAL_INSTRUCTION), &oldHandle);
Is there an equivalent
I am attempting to port some code from a LEON3 application to the ZYNQ, and
there are some exception handling routines, such as :
status = rtems_interrupt_catch(handleTrap,
SPARC_SYNCHRONOUS_TRAP(ILLEGAL_INSTRUCTION), &oldHandle);
Is there an equivalent for the ZYNQ?
The information contained