Can any one tell me how to turn on LCD connected to MSP430F5438A experimenter board. I am using UserExperience example , but it is giving an error, its not able to find "hal_MSP-EXP430F5438.h" header file, how to remove this error also
The header file (and also the code file whose functions it describes) should be part of the example code, but are not necessarily part of each single project. Look for them in the ZIp file with the exmaples. You might need to install them separately, either in the global search path (in case of a library object file) or in the project folder itself (in case of a c source file).
_____________________________________Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.