Other Parts Discussed in Thread: MSP430F5529
Dear all,
When I create MSP430F5529 non-OS example (such as, HELLO example), then include IEC60730 lib and call IEC60730_OSCILLATOR_TEST_testOsc() function.
The IEC60730_OSCILLATOR_TEST_testOsc() function will return PASS.
But when I create RTOS example and include IEC60730 lib, the IEC60730_OSCILLATOR_TEST_testOsc() function will return TEST_FAILURE.
I know RTOS need to use Timer0_A0. I change to TimerA1 or TimeA2 on IEC60730 config. But it also return TEST_FAILURE when I call IEC60730_OSCILLATOR_TEST_testOsc() function.
Can anyone tell me, how should I setting?
Thanks.