Hi,
could you please send me all numbers and text you can see on the top of the device.
Have you check functionality of the PTR.0 n the GPIO mode?
Just set:
DDRR_DDRR0 = 1; // set pn as an output
PTR_PTR0 = 1;
PTR_PTR0 = 0;
PTR_PTR0 = 1;
PTR_PTR0 = 0;
Then just step the code through instructions and check whether you are on the correct pin.
(I do not have 208 MAPBGA device so I had to route the TIM to the port P. I spent 2 hours trying to find why I do not have signal on PP0 because I forgot to route the TIM 0 to port P)
Are you able to test the code I sent to you and look whether port P0 is working well?
Best regards,
Ladislav