Part Number: MSP430FR2676
Hello,
My customer would like to implement a CPU service every after CapTIvate conversion.
For example, they would like to have an ISR, function return, or a callback
after scanning an 8-button sensor.
Could you please advise whether it would be possible or not, and if possible,
could you please recommend the mechanism or APIs ?
A sample code is also highly appreciated.
As long I found the "Active Operation Mode" looks the same as the question.
<software-dl.ti.com/.../ch_technology.html
Then, is there a material or a sample code to try the "Active Operation Mode" ?
I found an interrupt vector CAPT_IV_END_OF_CONVERSION and a flag g_bEndOfConversionFlag,
but from the link below, I was not sure if the trigger is availalble to the user code.
software-dl.ti.com/.../ch_library.html
I also found CAPT_IV_CONVERSION_COUNTER and g_bConvCounterFlag, but I was not sure if it activates after every conversion.
"Wakeup interval" parameter in the EVSW doesn't show "1". It selects from 16~512 samples.