Content originally posted in LPCWare by mne_nado on Mon Feb 15 10:37:51 MST 2016
Hello.
I use LPCXpresso 8.
I create the new project. The project include the function main().
Add new C file. This file read from uart0
I use library lib82x_chip for (read/write) with uart0
Project is compile but does not work.
If I move this code to the function main(), the project works.
What's wrong ?