Arrays in ASM
tom90
Posts: 55
Hey All,
I would like to take 150 data points from my A/D as fast as I can, then output them. How can I write these values from the A/D into an array in ASM and then send it to a cog running spin to read and output the array? I have already used the PAR function to time sync all of my cogs.
Thanks
Tom
I would like to take 150 data points from my A/D as fast as I can, then output them. How can I write these values from the A/D into an array in ASM and then send it to a cog running spin to read and output the array? I have already used the PAR function to time sync all of my cogs.
Thanks
Tom
Comments
If I create an array in spin, how do I write to each individual location in ASM?
-Tom
Hub Address = Base Address of Array + (Array Element Number * Size of Array Elements)
-Tom