kevinjames7878 0 Posted December 15, 2012 Share Posted December 15, 2012 hey guys, i am trying to flash LEDs using timer0 but however the function :- PIE_setDebugIntVectorTable(mypie); is being shown as implicitly declared. I have already included pie.h header file where clearly this function is defined....still CCS is throwing this error....please help.... Quote Link to post Share on other sites
Scardini 0 Posted December 21, 2012 Share Posted December 21, 2012 This function is declared in _DEBUG scope. Only is visible if the _DEBUG is declared on compile / link steps. To enable the _DEBUG define, go to : Project -> properties -> Build -> C2000 Compiler -> Advanced Options -> Predefined Symbols and include the _DEBUG symbol on Pre-define Name field. good luck msptest6 and TI_Trey 2 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.