Hello,
I am currently going through this tutorial:
because I do not want to go through the assembly route and this seems much simpler with the CCS. Simply put, how can I read insanely huge array sizes in the pru without going over the memory limit? I tried creating the array in the userspace and making it global to read from the pru but I came across errors. I understand the memory is limited in the pru and I tried working with Extern variables to see if I can use a global array created from my loader program however because the PRU code itself uses a different compiler and I use CCS to get the binary file I cannot put my loader program since CCS does not have the PRUSSDRV library. I am using the PRU to toggle the LED's. I potentially want to create a program where I control the LED's using a binary file. I just dont know how to read the HUGE binary file in the PRU when toggling the led.