Hi,
As you know that the LPC4088 uses Cortex-M4 core, the register ACTLR is located at 0xE000E008 address.
0xE000E008 ACTLR RW Privileged 0x00000000 Auxiliary Control Register
The CPACR is located at address 0xE000ED88.
0xE000ED88 CPACR RW 0x00000000 Coprocessor Access Control Register
The bit 2 in ACTLR register is DISDEFWBUF, which is explained as
"When set to 1, disables write buffer use during default memory map accesses. This causes all
BusFaults to be precise BusFaults but decreases performance because any store to memory must
complete before the processor can execute the next instruction.
Note
This bit only affects write buffers implemented in the Cortex-M4 processor.
"
Because this is ARM peripheral register, I suggest you contact ARM support.
You can download "Cortex-M4 generic user guide" from the link:
https://developer.arm.com/documentation/dui0553/latest/
hope it can help you
BR
XiangJun Rong