Error in Computer Shader "Accessing the RHI resource at this time is not allowed" (5.4.2)

that looks normal. the log output is the pointer of the pressure srv. you should display this in hex, not decimal.

btw the loop should be

for(int32 I=1; I <= Config.NumPressureIterations; I++)

to get the 8 iterations.