EasyManua.ls Logo

Elprotronic MSP430 - Page 108

Default Icon
119 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
freq = F_Test_DCO_Frequency( 0x1234 );
When more then one FPA is used then instruction can be executed simultaneously and register value
read after the function if finished in all targets.
F_Set_FPA_index( ALL_ACTIVE_FPA ); // select all FPA’s
F_Test_DCO_Frequency( 0x1234 );
for (n=1; n<=MAX_FPA_INDEX; n++ )
Freq[n] = F_LastStatus( n);
108

Table of Contents