I am looking for source code that would allow to quickly try a few things on the Eval board.
The only source code I found is the one that toggles the 4 LEDs attached to the GPIO port. Is this all there is? Where can I found code to write text on the LCD display? If none exist, where is it specified how to send text to it? Thanks Mike
Cnocerning the STR71x application you can fin many axample developped using the STR71x evalboard in the following link: http://mcu.st.com/modules.php?name=mcu&file=familiesdocs&fam=86 You can also use the STR71x RTC application Note(AN 1780) and the STR71x software demo to test the LCD board, and onother example exists on the forum discussion. I hope that this can help you. Best regards, Hich :p
You can load the .axf file to test your board, but the source code is not available and can not be published. The STR720 Demonstration Software code is only reserved for the MB397x evalboad and you can't use it for the STR71x family. Best regards, Hich ;)
Thanks for the code. I am having trouble building it, however.
Message is: ''lcd.c'', line 189: Error: #20: identifier ''GPIO2'' is undefined GPIO_Config (GPIO2, 0x0004, GPIO_AF_PP); Yet all the include files appear to be in the right place and are found (i.e. no ''file not found'' message) I have created a new project called ''lcdtest'' in the c:lcdtest folder. Any idea? Thanks