This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I try to rebuild code from TMS320F28374D to TMS320F280039C, CCS complier warned that "#137 struct "TBCTL_BITS" has no field "SYNCOSEL" '.
So I try to find the defination about that bits 'SYNCOSEL', I find in the 280039C User Manual, it has marked that feild 'Reserved' .
How should I understand the feild 'Reserved' ? Can I redefine it as feild 'SYNCOSEL'?
Will that work? Or can you provide any other advise?
您好,
Reserved表示此位没有可供用户使用的功能,如寄存器所示,无法写入,读一直为0.
建议使用c2000ware中芯片TMS320F280039C的驱动库。