Hi @Eager0007
Cortex M4 core can handle 32bit data and addresses.
But assembly code uses PC relative addressing, since PC relative addressing is more flexible, it relies on the current PC pointer address and doesn't need to modify absolut addresses in code.
Besides, PC relative addressing shortens the instructions, reduces the code space and enhances the efficiency.
Hope this helps,
Jun Zhang