Hi,
I have functions in the following way:
###############################
main()
{
x1_api();
x2_api();
}
###############################
x1_api() and x2_api() are defined in a library, xapi_lib.a. I just used this library in CCS project and calling procedure is as above.
In x1_api(), I am creating file operations like opening a file, creating a file and writing in to the file etc.
For some part of x1_api() is working fine. Later, board doesnot respond or not able proceed further.
What may be the issue? Can we directly do file i/o operations? These files are created, opened from Debug folder in the project work space.