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.

CCS/CC1352P: ADC share with System CPU and Sensor Controller on CC1352

Part Number: CC1352P

Tool/software: Code Composer Studio

Hi,

What is required to share the ADC between the CM3 and the SCE?

I already tried to use ADC peripheral sharing through semaphore in both sides.

SC:

Enable the "Peripheral Sharing" in the sensor controller studio project and add acquire and release to an event handler. (In ADC Code section)

TI 

Acquire the ADC hardware semaphore for the AUX ADC (AUX_SMPH_2 in AUX_SMPH)

But I get an exception in TI !! how I can use them on both sides? 

I have 5 ADC channel with different pins, I want to measure one pin with SC and all the rest with TI CPU.

stop the SC while Other ADC measure and start it again after not successful as well and got an exception...!