Hi, I'm using the "/ti/drv/pa/example/emacExample" to send data out of the DSP.
Now I'd like to send data out of the DSP using the PA calculating the checksum.
I did the following:
- Call "Pa_format_TxRoute()" for getting parameters for the psData.
- set psData via "Cppi_setPSData()"
- Link the packet via "Cppi_setData()"
- send data out via "QMSS_queuePush()
But I only get a packet with a wrong IP-checksum out of the DSP.
The "0xffff" is set there instead of "0x5856"
Does anybody knows what I have to use for properties in the route?