Hi,
Thank you for the reply.
Ok I see. I have now tried to make a project with the SDK for the LPC844 with only selecting "Baremetal" in Operating System and CMSIS in Project options.

I am then able to peel of almost everything to this with only a FOR loop running.
Memory region Used Size Region Size %age Used
PROGRAM_FLASH: 892 B 64 KB 1.36%
SRAM: 1140 B 8160 B 13.97%
IAP_SRAM: 0 GB 32 B 0.00%
I guess the SRAM is affected by the reservation of the heap-size?
I have some code made for the LPC824 I would like to use, so I just copied this into the project. I had to remove all the LPC_"register_name"-> and simply just use the register name like IOCON->PIO. Then it could be compiled.
Is the selections in the attached picture, the minimum selection required to get a project up and running?
Br
Thomas