We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Using c51/a51/bl51 is there a simple way to guarantee that a copyright message will appear in the code memory immediately following the interrupt vectors? in advance, thanks Erik
Here is an example of placing the copyright in Main.c.
code char Copyright[] = "Copyright"; void main( void ) { code char *Dummy = Copyright; //this stops linking warnings }