cant use pin 09 of port 0. &uicr { nfct-pins-as-gpios; }; doesn't work.

Hello,
my custom board is using pin 09 to communicate through uart.
I want to check that uart is working on this custom board.
First, I tried to create a simple uart application that sends chars to another board, at this stage I am checking it with terra term.
the code logic works, but when I try to use pin 09 of port 1 as tx, it doesn't,
now I know that this pin is by default used by nfct, and if I want to use it I need to add 

&uicr {
    nfct-pins-as-gpios;
};
 
to the overlay file.
for some reason, this doesn't suffice.
Is there anything else I should do in order to use this pin?

thanks in advance, 
-shlomo

Parents Reply Children
No Data
Related