How Can I assign Logical Core to a particular Function

If you have a simple question and just want an answer.
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am

Post by mon2 »

Try with:

void ecdh_shared_secret(uint8_t p_secret[NUM_ECC_DIGITS], EccPoint *p_publicKey, uint8_t p_privateKey[NUM_ECC_DIGITS], uint8_t ?p_random[NUM_ECC_DIGITS])

The ? = nullable type

https://www.xmos.com/published/how-use-nullable-types