CRC — Cyclic redundancy check — the verdict, not the correction
Bits into a codeword
Where it sits
What it is
The cyclic redundancy check is the verdict, not the correction. It decides whether a decoded block is delivered upward or a retransmission is requested.
Two lengths, chosen by size (TS 38.212 clause 7.2.1): 24 parity bits with $g_{\text{CRC24A}}$ when the payload exceeds 3824 bits, 16 bits with $g_{\text{CRC16}}$ otherwise. On a 100 000-bit block 24 bits is 0.024 %; on a 200-bit block it is 12 %, so the standard buys back four points where the percentage hurts.
A second CRC appears per code block when a block is segmented, which is what makes partial retransmission possible.
Read on
The full treatment is in nr-pdsch — this page is the definition and the map reference; that note is where the subject is actually developed.
Before this concept, the hierarchy says to learn the following — the full chain, in order: