SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By EnneGi
#154768
Hi! Tanks for the help you give me :D and sorry if I wrote in a bad English... :roll:

I'm in trouble with the LPC1768 board: I try to write on a LCD of the board, but the firmware don't run correctly. I upload my source code that I used.
The firmware stop running in this part:
Code: Select all
 init_lcd(); 
I haven't compiler error, but the firmware stops in that point.
Can you help me??? :o


EDIT
You do not have the required permissions to view the files attached to this post.
Last edited by EnneGi on Mon Jan 28, 2013 6:40 pm, edited 1 time in total.
By EnneGi
#154804
I see that the routine described in lcd.h was wrong, so I decided to remake lcd.c .
Can you download my new lcd.c under this post.
So, how I write a function that wrote a String on a lcd using LPC1768?

Thanks for the help :)
You do not have the required permissions to view the files attached to this post.
By EnneGi
#154809
Ok I found this source that solved my problem :dance:
You do not have the required permissions to view the files attached to this post.