kopia lustrzana https://github.com/bristol-seds/pico-tracker
Droped timepulse handler priority to allow GPS functions to run in handler
rodzic
66d0efb318
commit
b63c6ca88d
|
@ -34,7 +34,7 @@
|
|||
| --- | --- | --- | ---
|
||||
|TC0_IRQn|telemetry tick timer|0|latency critical for symbol timing. rate <= 1200Hz
|
||||
|[GPS_SERCOM]_IRQn|gps usart rx|1|latency not so critical. rate <= 960Hz
|
||||
|EIC_IRQn|timepulse|1|latency not so critical. rate = 1
|
||||
|EIC_IRQn|timepulse|2|latency not so critical. rate = 1
|
||||
|TC2_IRQn|xosc measurement done|2|latency not critical
|
||||
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
|
||||
#define GPS_SERCOM_INT_PRIO 1 /* GPS USART Rx */
|
||||
|
||||
#define EIC_INT_PRIO 1 /* Timepulse, telemetry */
|
||||
#define EIC_INT_PRIO 2 /* Timepulse, telemetry */
|
||||
|
||||
#define TC2_INT_PRIO 2 /* XOSC Measure Timer */
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue