(no title)
boricj
|
3 months ago
Instead of dedicating an entire Raspberry Pi with fancy pinning and temperature management by burning CPU time, wouldn't a micro-controller and a precise external oscillator fare better for time-keeping stability? I would assume that a STM32 discovery kit running a NTP server on its Ethernet port could probably do better.
Joel_Mckay|3 months ago
RTLinux has a module feature to sync the scheduler to an external pin state. It is an obscure feature...
Adding more processors creates a well-known named-problem with metastability:
https://en.wikipedia.org/wiki/Clock_domain_crossing
Real-time is not guaranteed latency, and the Pi is not like Zynq fpga. =3
auspiv|3 months ago