Allegro 0 Posted April 19, 2010 Report Share Posted April 19, 2010 (edited) Hi, My code dont start up... i set a semaphore when new start. Buzzer task is must make a BEEEP for answer. But i dont see any thing... AND my compiler is say : WARNING: Overlapping user DATA at address : 0x0030000C Circuit is working with my old code... ( mean circuit dont have any problem ) I want make with Novo... What i make wrong ? Thanks... RT_1.rar Edited April 19, 2010 by Allegro Quote Link to post Share on other sites
davidb 0 Posted April 19, 2010 Report Share Posted April 19, 2010 Hi, My code dont start up... i set a semaphore when new start. Buzzer task is must make a BEEEP for answer. But i dont see any thing... AND my compiler is say : WARNING: Overlapping user DATA at address : 0x0030000C Circuit is working with my old code... ( mean circuit dont have any problem ) I want make with Novo... What i make wrong ? Thanks... Try changing the last line of your #pragma data to #pragma DATA _CONFIG7H, _EBTRB_ON_7H Regards davidb Quote Link to post Share on other sites
Allegro 0 Posted April 20, 2010 Author Report Share Posted April 20, 2010 Thanks David, Yes, i wrong make for this CONFIGURATION BITS... ----------------------------------------------------------------- And i start new project from EXAMPLES... i dont have any problem for NOW I continue... Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.