If you use MCXUpresso, then the tools will handle the correct placement of the CRP value. See
https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Code-Read-Protection-CRP/m-p/468962
As CRP is a value in flash, then it is always set to that value - you do not need to do anything.
However, a couple of notes:
- CRP can prevent you accessing your chip via debug, so use it carefully
- there is a small window during power-up where, in theory, it is possible to gain access to the chip via debug, even if CRP disables it. You can find some description on the internet (but not on the NXP website!)