Hi
This feature is available on the newer version devices described in the errata:
https://www.nxp.com.cn/docs/en/nxp/errata/LPC55S6x_ES.pdf
ZhangJennie_0-1671436616383.png
To get ROM API version, you can call:
get_rom_api_version();
To get the ROM patch version, you can use blhost:
>blhost -p COMx get-property 0x18
The date code can be found in the IC package marking (See datasheet).
ZhangJennie_1-1671436802258.png
There is no way to apply a ROM patch by user, this is only done during production testing of the parts.
Hope this will help you.
Jun Zhang