Hello @tomato,
First of all, could you please check if you are having a change in PINASSIGN_DATA[7]?
Replicating your possible error, the PINASSIGN_DATA[7] was not modifying. You should clear the register, and then assign SCT_OUT0 to pin PIO1_0.
Here is an example:

Let us know if this helps you.
Also, you could try testing the SCT examples in MCUXpresso IDE with the SDK LPC845 or LPC845BREAKOUT.



The SCTimer Simple PWM example is a simple demonstration program of the SDK SCTimer driver capability to generate PWM signals.
It may be useful to try it out, and then made some changes according to what you need.
Best regards, Raul.