Hello
I want to know, could we use LDREX and STREX for implementing SPINLOCK, which are use for inter core synchronization in R5F AM2634?
Thank you in advance
Best regards
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.
Hello
I want to know, could we use LDREX and STREX for implementing SPINLOCK, which are use for inter core synchronization in R5F AM2634?
Thank you in advance
Best regards
Hello Panda Bear,
Using LDREX and STREX might not be inter core safe. Usage of hardware spinlock is recommended here.