I would like to use the UART in sample code(Simple_Peer_To_Peer).
I read the design note(http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=swra306).
The design say that it set options.h as a preinclude file for the project in page 6.
But I can't find the file(options.h) in C:\Texas Instruments\SimpliciTI-IAR-1.2.0\Projects\Examples\Applications.
How can I solve this problem?
My Simpliciti version is SimpliciTI-IAR-1.2.0.
Thanks in advice!!
Jack Huang
Yen-Sou Huang I would like to use the UART in sample code(Simple_Peer_To_Peer). I read the design note(http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=swra306). The design say that it set options.h as a preinclude file for the project in page 6. But I can't find the file(options.h) in C:\Texas Instruments\SimpliciTI-IAR-1.2.0\Projects\Examples\Applications. How can I solve this problem? My Simpliciti version is SimpliciTI-IAR-1.2.0.
The same Design Note document has a section entitled "Installing the Driver Into an Existing SimpliciTI Project" starting on page 5, which is where you found the reference to the options.h file. However, this doesn't imply that the SimpliciTI installation already has this file. This Design Note has its own associated zip file which includes these C source and header files.
Please look at the following link as this includes both the Design Note PDF file and zip archive.http://www.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=swra306
Brandon
Dear Brandon,
I build my project without errors after successful driver install and initialization in IAR.
I solve my problem.
Thanks for your help.
Best regards,