Hello- I recently purchased the Digital Stethoscope development platform and when I compile it I get several "function declared implicitly" warnings. I thought I could ignore them however, based on the Application Report(SPRAB38A) the LCD display should indicate a graphical state of the Digital Stethoscope. Instead I'm getting a blank screen. I'm guessing that somehow the c-prototypes are not being linked with the system?
The code I'm using is from TI's Stethoscope development kit and has not been modified. I would assume that there is a disconnect between the project which was provided in the development kit and possibly its compatibility with Code Composer? The Stethoscope version says it is version 9 and the code composer that I'm using is version 4.1.
What can I do to get all the "function declared implicitly" removed from the build and get the LCD to display as indicated in the SPRAB38A app.
Thanks.