DMA and Reed-Solomon Encoder IP blocks

Hi @Oumayma,

You have an open question about this already:

As I mentioned in the other thread, I believe you are not defining your buffers appropriately. The RS encoder IP will add symbols to the input data, therefore the output buffer should be bigger than the input one.

How do you now that the RS encoder IP is not receiving data?

You can try to use an output buffer with shape=(64,) that may work, but it is just a hack.
Mario