|
You mentioned not showing the data, there can be
1. you are not sending the data or the data is not is the correct format
2. The psoc doesnt see the signal from the input pin whcih could be a problem with the buffer/level shifter...
3. The spindoes get the signal, but Psoc Uart doesn't peform the receiving funtion
4. The Psoc handles the receiving correctly but your program get the data from a wrong address or decoding in a wrong format
5. the data is receved and decoded correctly, but the LCD display fucntion not outputing it to the LCD correctly
6. The data is output to the LCD module correctly but the LCD module not displaying the right thing.
This would be the way I check.
Check this, upload the project and tell people here which one is your problem, some one may be able to help
|