Altera_Forum
Honored Contributor
19 years agoEdge Capture
I'm using PIO cores to change informations among processors. When I send some data from a cpu A to a cpu B, A also sends a flag signal to B. In B, its input PIO (which receives that signal) is sensitive to either rising or falling edge. However, every time A sends data to B, it needs to toggle the value of flag (between 0 and 1) in order to B capture some edge.
I'd like to avoid these "toggles" (my application has 4 flags till now). Is there some another way (another PIO resource) to give notice B that a new data is avaliable to it? Another thing: If I use intensively internal Pio Cores can I have problems with the Watchdog time? Which ones? (As far I can see the pio cores use the Avalon Switch Fabric.) Thanks people!!!