When I simulate my code I find following warning.
iOPORT-W0002: Reading a port immediately after writing to it might be affected by any impedance loading the pin.
For this instruction
Code:
delay_cycles(_t2);
data = input_lcd();
When I select device 18f4685 then I'm not getting any warning
but when I simulate with dspic30f6010 I find this warning.
Anyone can help
Thanks
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Dec 08, 2009 2:22 pm
Your question is about the MPLAB simulator. You should ask your
question in the Microchip forum, or search their forum archives.
I already search on Microchip forum. They advise to use LATx.
How to use in ccs c compiler? I'm new for ccs c.
Initial I was work on 18f8720. Due to require more program memory I have to switch 30f6010a. I'm facing this problem when I switch over to dspic.
This is 1st time I'm using dspic, nothing know about this. I'm using graphical display 320x240. (sel1330 library code)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum