Am Donnerstag, 13. Oktober 2016 10:42:13 UTC+2 schrieb Jelle Spijker: > > The PRU program is genereted in C with the CCS IDE, the compiler is TI > V2.1.2 en the linker command file is AM335x_PRU.cmd >
That doesn't work. You'd have to extract the .text section from that file and load only that data with function prussdrv_exec_program(). Better use pasm assembler. You won't have to deal with all that overhead. 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/7055054b-d8ef-46b9-8457-111d00ff6b47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
