Tool/software:
Hi,
I have a requirement where I would like to access a variable updated by interrupt handle within a freertos task. In doing so, I do not want to disable and enable interrupt to access that variable. I am instead looking to atomically access that variable within the freertos task. Does TI Code Composer Studio compiler provide support for atomic access. If so is there a document that lists al those functions?
Ravi