writing data from psoc to fpga over gpio

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

i need to write 600 bytes of data on every isr to fpga from psoc over a gpio line. how should i proceed?

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Define your interface (data, control signals, protocol)

   

Program it.

   

 

   

Bob

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

How often is the ISR called?

0 Likes