Hi! Am Donnerstag, 16. November 2017 04:40:05 UTC+1 schrieb AVR: > > In other words I'd like to make work the BeagleBone Black on the base C > program code without any operating systems. > My task is simple enough - frequency meter 0...100 KHz, DI/DO simple logic > and data exchange accross TCP/IP. >
You can run a small C programm (up to 2000 ASM instructions) on the PRU, loading from init RD very early in the boot sequence. Then use TCP/IP when network is ready. When using both PRUSS, up to 4000 instructions are possible. Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/1c40c572-8ba5-4f32-87d4-f861cee0f939%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
