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:
RaulRomero_0-1672348161676.png
Let us know if this helps you.
Also, you could try testing the SCT examples in MCUXpresso IDE with the SDK LPC845 or LPC845BREAKOUT.
RaulRomero_1-1672348161679.png
RaulRomero_2-1672348161685.png
RaulRomero_3-1672348161690.png
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.