Hello,
I am having strange problems with my OMAP L138code. I tried two approaches to solve the problem:
Version 1: I wrote an application in C++ (main.cpp) and it worked fine with sysbios Tasks. But when I tried to add a HWI or timer, I got compile errors.
Version 2: To fix the problem, I started with C (main.c), put a function between my main.c and C++ files (it's also C++ but contains extern "C" so main.c has no problem with it.) But now, I'm having mysterious problems with my fscanf function in the C++ files. It is the same code in Version 1, but now can't read the file properly. It works fine in Version 1.
I'm using an OMAP L138 LCDK with sysbios 6.40.3.39 and XDC 3.30.4.52-core.
Thanks in advance,
Mike