Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI solved it:
data_sink_init(SINK_0_BASE); data_sink_set_enable(SINK_0_BASE, 1); data_source_set_enable(SOURCE_0_CSR_BASE, 1); data_source_send_data(SOURCE_0_COMMAND_BASE, 1, 64, 0x03, 0, 0); With these commands I am able to generate the needed packets.