How to use the PADDR of the APB for receiving and sending data through APB?
PADDR is an address bus, so it tells the APB the address a read or write access is trying to access.
It isn't used for transferring the actual data, that's what the PWDATA and PRDATA buses are for.