Dhruv@aks
Newbie level 6
- Joined
- Sep 4, 2014
- Messages
- 13
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 93
Hi i have a jhd204a screen of which i have connect the 10th to 14th pin to my pic32 board.
now i have my code and trying to display on the screen.But i get some unkown characters on the screen.
i think it has something to do with disabling jtag pins..???so is this what i should do..
and i have tried these for disabling but i get an error.so how do i disable jtag pins.
DDPCONbits.JTAGEN = 0;
so how do i make it work..???
now i have my code and trying to display on the screen.But i get some unkown characters on the screen.
i think it has something to do with disabling jtag pins..???so is this what i should do..
and i have tried these for disabling but i get an error.so how do i disable jtag pins.
DDPCONbits.JTAGEN = 0;
so how do i make it work..???