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.
I have a following statement in C which I use in C51 on intel 8052 micros, without any errors. But while using ARM M0- M3 processors i get an warning message for the same.. **** int *x; x = 0xFC82; *x = 0xAB; warning: incompatible integer to pointer conversion assigning to "int *" from " int". What is the reason ? and what is the correct statement(s) ? Appreciate any explanation.. Thanks. Bhal
www.avrfreaks.net/.../2210116