PIC24FJ256GA406 Port F not work Digital Input
-
seokgi
- Posts: 220
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 1:43 pm
- Has thanked: 8 times
- Been thanked: 8 times
PIC24FJ256GA406 Port F not work Digital Input
Port F does not work in PIC24FJ256GA406. Please review.
-
medelec35
- Matrix Staff
- Posts: 2178
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 662 times
- Been thanked: 738 times
Re: PIC24FJ256GA406 Port F not work Digital Input
Hi, seokgi.
As a test, at the very top of main, can you add a C code block withplease.
Does port A work?
As a test, at the very top of main, can you add a C code block with
Code: Select all
ANSF=0x00;Does port A work?
Martin