Hello
Im just testing out the TCP/IP example you have on flowcode with eblocks, but its been giving me error messages. It simulates ok in flowcode, but dosent compile to PIC.
Tried to write one myself but still getting the errors: chip does not have master 12c capability. What does that mean?
Thanks, Aisha
12c capability
- Steve
- Matrix Staff
- Posts: 3433
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
Hello Aisha,
The TCP/IP examples need to use a specific chip - I think they need a 16F877A. Are you using this chip? If not, you will probably need to change the programs so they are using it.
There are a few other chips with the "master" I2C capability you could use - consult the datasheets of the individual devices to find out.
If you are still stuck, please send the 'FCF' file and the generated 'C' file to our support email address and we'll look into the problem further.
The TCP/IP examples need to use a specific chip - I think they need a 16F877A. Are you using this chip? If not, you will probably need to change the programs so they are using it.
There are a few other chips with the "master" I2C capability you could use - consult the datasheets of the individual devices to find out.
If you are still stuck, please send the 'FCF' file and the generated 'C' file to our support email address and we'll look into the problem further.