1: Is load the input of the PID control? so, what's the setpoint (35.4 for what?)
2: What's your control objective?
3: Move your tune on pressure code sequentially with PID control not like parrallel setting or move it outside of your control loop using state machine.
4: don't initialize the start task and stop task in PID control while loop, move them outside of the while loop.
5: Add at lease 1-50 ms delay in you while loop.
Then, see what happens.