Content originally posted in LPCWare by Rob65 on Fri Jun 28 00:34:33 MST 2013
Yes,
that is the whole idea of splitting the documentation in a datasheet and a user manual.
The datasheet contains all hardware related stuff (package descriptions, dimensions, electrical ratings) and includes a short list with of the chip.
This is for hardware engineers to be able to design the board, calculate power needs and check for I/O constraints.
The user manual contains the programmers model. There you will find detailed information on each block needed to create the program.
You will not find any package information in the user manual (except maybe for some footnotes that certain pins are not available on certain packages).
Rob