]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-rocon.git/commit
RoCoN: Select higher interrupt priority for LXPWM master receiver interrupt.
authorPavel Pisa <ppisa@pikron.com>
Sun, 9 Nov 2014 19:35:11 +0000 (20:35 +0100)
committerPavel Pisa <ppisa@pikron.com>
Sun, 9 Nov 2014 19:35:11 +0000 (20:35 +0100)
commitb29143d1e50d25255eea8b2ad47df3f80c9d571d
tree713cbaa32db880c7ba02b11f1b43211c5dd7a778
parentbcfe2ff467528bf56afde3b13f226d3537b27335
RoCoN: Select higher interrupt priority for LXPWM master receiver interrupt.

The current data acquisition/read from FPGA has to be finished
in less than 50 usec and other interrupts can can delay
this processing. The receiver interrupt LXPWR_RX_IRQn
is mapped to interrupt TIMER2_IRQn and its priority
is increased.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
sw/app/rocon/appl_main.c