This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

interfacing a P89C668 microcontroler with a anybus compactcom module

Hello

I'm making a career end project, and i've got to make a succesfull communication between the philips p89c668 microcontroller (8kb xram, 64 kb rom) and an anybus compactcom module to get fieldbus communication between a master and the microcontroller.

With the anybus compactcom module was shipped a generic driver.

My intention is to fit the driver in the host program in order to achieve the communication, but i've got some problems to do this:

1.- the fieldbuses can manage 64 bit data like double longs, double floats... can the uvision manage them? wich typedefs can i use?

2.- if anybody had done a similar implementation, can i have a watch over this?

Thank a lot for your attention, and excuse for my poor english. I can be weird, but I think that it is readable and can be understood.

Parents
  • Does your code actually need to process this (ie, do arithmetic on it), or just pass it through?

    No, i don't have to do arithmetic operations with the 64 bit data. This data can be used to make position reference signals, to pass position signals...

    Thanks a lot for all your posting style tips. :)

Reply
  • Does your code actually need to process this (ie, do arithmetic on it), or just pass it through?

    No, i don't have to do arithmetic operations with the 64 bit data. This data can be used to make position reference signals, to pass position signals...

    Thanks a lot for all your posting style tips. :)

Children
No data