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

What does mean the following extern variable declaration:

extern SEGMENT_VARIABLE(RxBuffer[RECEIVED_BUFFER_SIZE], U8 , BUFFER_MSPACE);

What does mean  this type of declaration?

Thank you very much

  • Hi,

    I think we need some more context before we can answer this. It looks as if the declaration uses a macro SEGMENT_VARIABLE to transform the parameters into a proper C declaration. If you look back in your header files you should find this macro and then work out what it does. If you need any more help once you have found the macro, please post the details back here and we'll see what we can work out.

    Chris