Am Mittwoch, 29. Juni 2016 18:25:45 UTC+2 schrieb Vincent lc: > > Here it was to ask you how will you load the data in assembly because I'm > guessing that you advise me to do it with LBBO (LBBO > REG1,Rn2,OP(255),IM(124)) , > And I know my REG1 because it will be what I will receive from this > instruction, but with L4_Fast bus I don't know what I should pass as Rn2. > So I was wondering which address will correspond to the L4_Fast bus that > I can use it with LBBO. >
You'll need the pyhysical memory adress: unsigned int ESize = prussdrv_extmem_size() // optional unsigned int EAddr = prussdrv_get_phys_addr(sequenceData) Pass this EAddr to the PRU and load it into Rn2. -- 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/287db39e-e603-4eb7-ae8e-f3c3e0513677%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
