Custom board nfc antenna configuration

I am currently in the process of creating a custom pcb board that uses the nrf52840 processor in order to send bluetooth packets out from my board. I have successfully been able to get my board to run my code and send consistent bluetooth packets from its antenna.

The issue i am running into is that I am not able to recieve nfc messages from my on board antenna. When I am using my development kit board, I am able to recieve the message from my nfc antenna. How can I debug into this issue and see what is going wrong with my custom antenna? How does the url go from the processor registers to the antenna properly. (I noticed there is a dedicated line from the processor to the antenna, but i dont have to call to that pin when im encoding the tag within my code)

Related