This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

atomic operation in TCI6486

Hello,everyone:

        If I want to implement multicore communication by atomic operation, what should I do? Maybe using some SMC register? how? can anyone show me in detail? if there is a C example, I will  be more appreciative.

       notice: I need a C program, not assemble language. The assemble example is show in many docs from TI.

       Thank you for your time.

       Best regards!

      Jackey

  • The TCI6486 definitely isn't an MSP family processor, so you're completely at the wrong place.

    However, some things like processor register access are simply not in the scope of the C(++) language. So some things still need to be done on assembly level. This includes everything that cannot be expressed in plain memory access operations.
    If the compiler does not provide a compiler-specific pseudo-function or pseudy-keyword (and intrinsic) for what you want, then inline assembly is usually the only way to go.

**Attention** This is a public forum