Submitted by Joe on Fri, 09/04/2009 - 01:31
(1) When I generate code for F281x examples\ReadSpiReolver, I found that the code flows from top to bottom (I changed the sequence and generate & read the code again). Will the code flow from left to right if that is the case? What if we have both, i.e., we have 2 columns. Will the code finish the first column and then go to the second column? Or it is recommended not doing this way.
(2) If I like to start ADC with T1 period match. I know I can set this in ADC config, but where can I set T1 period if I don’t use T1 related blocks anywhere.
(3) For Dsp config, timer 2 is the default. Can I change to others in the drop down window. I changed once to T1UFINT and also used PWM; it showed timer conflict. Thanks