Hello
I am attempting to interface a custom board with a DM8168 processor to an SSD through the SATA interface. My particular application requires a sustained write speed of 40MB/s to the SSD.
The SATA interface is initialised correctly and the link is established at 3Gbps. After this an application starts writing data to the SSD. What I see is that the write process seems to stall sporadically. It sometimes stops writing to the SSD for up to 5s, and then continues again. This causes buffer overruns in the rest of my system.
If I replace the SSD with a normal HDD I achieve the desired write speed easily and none of the write stalls happen. I am using an EXT4 filesystem.
Any idea why this could be happening?
EZSDK version: 5_05_02_00
PSP version: 4.04.00.01
Regards
Cobus Potgieter