Hi I'm trying to use the rtx can functions. However i get a lot of the "REFERNCE MADE TO UNRESOLVED EXTERNAL" type warnings. My guess is that the RTXICAN.lib file doesn't get properly linked. I have added the file to the keil\c51\LIB directory but that doesn't seem to do much. So basicly I would like to know what I am doing wrong here. Thanks in advance Frank Roberts
I've found the problem. I was using an older project file which had all the correct settings EXECPT for the off chip code memory. The settings caused all the errors when I tried to add the RTXICAN.LIB file to my project. Thank you all for your help