Other Parts Discussed in Thread: C2000WARE
When using c2000ware's SGEN library on 28335, the output frequency is different from the theoretical value calculated by me. The questions are as follows, I hope you can help me to answer them:
1. According to page 12 and page 13 of the guidance document sgen_mdl.pdf, I get that the output frequency = (Freq*step_max*Fs) /(2^16*2^15), the calculation method, may I ask whether the calculation method I summarized is correct
2. When SGENT_1 is used on 28335, what is Fs? How is this value calculated or viewed
3. sgen.calc(&sgen), how does this function in the routine achieve frequency tunability by returning only one sgen.out
4, the documentation is not the same as the code I downloaded in c2000ware, I use routines, his sgen.out does not return a value
Thanks