TMC2300 includes an automatic tuning process for the chopper. This automatic process sets PWM_OFS_AUTO and PWM_GRAD_AUTO.
PWM_OFS_AUTO is tuned first, by maintaining the stepper in standstill with nominal current for at least 130ms. If I understood correctly, the goal is to adjust PWM_OFS_AUTO so that PWM_SCALE_AUTO = 0.

At the end of the standstill tuning process of my system, PWM_OFS_AUTO = 255 (the maximum value) and PWM_SCALE_AUTO = 30. The test is run with IHOLD=20, which is the nominal current for my system.

Is it problematic? Should the system be modified in some way (rsense?) to bring PWM_SCALE_AUTO to zero?