2015-02-15 06:11 PM
Hi,This is kiran kadam.currently i am working on gsm based project.tools i am using for development are stm32f429 disco board,sim900 module,level converter and ewarm7.3
i am stuck at interrupt driven uart.i have written code for usart but code does not work properly.i know i am missing something but could not trace out.even i tried example code from st dedicated for this board that too didnt worked out.pls help me out as soon as possible as it is urgent for me.i can see TXE ,TC flag are set but receiving giving me trouble.for instance i have shorted TX,RX to echo back whatever i am sending. pls help your help will be appreciated. Regards,Kiran Kadam2015-02-15 07:36 PM
So should we guess how you're wired this up, and how you have the software configuring things now?
2015-02-15 08:04 PM
2015-02-15 10:23 PM
hi clive1,pls help me out asap as it is urgent,
Thanks in adv.2015-02-16 07:42 AM
Wouldn't PA3 clash with one of the LCD pins?
As I recall I've posted several F4 USART IRQ examples to the forum.2015-02-16 10:06 PM
2015-02-17 09:08 PM
2015-02-18 04:52 AM
You know you can download and review the documentation for these parts/boards yourself?
Thehttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00093903.pdf
does enumerated the available pin resources for the board. The pins are highly contended with the LCD and SDRAM features of the board. You'd correlate these with the pin data in thehttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00071990.pdf
. This is no doubt a time consuming process, time I can't offer you.2015-02-18 08:05 PM
Thanks for help.i wanted know how can i interface 16x2 lcd to this board....since lcd operates at 5v and board at 3.3....how do i connect it?
2015-02-18 08:18 PM
Thanks for help.i wanted know how can i interface 16x2 lcd to this board....since lcd operates at 5v and board at 3.3....how do i connect it?