Hello,
Someone help me in C coding how to implement the below function:
1) sending data of 64 bit to the memory through the AXI_DMA to S_AXI_HP0 port and to transfer the data from memory to terminal by UART1.
2) this data transferring occurs when I "ON" one of the SW(7:0) (for ex: SW0) and the data has to appear on the terminal with '1' + other 63 bits. The '1' is the LSB of the data. and also if I switch "OFF" the SW0, then '0' has to appear on the terminal with some delay parameters.
Please help me, Thanking you in advance