cancel
Showing results for 
Search instead for 
Did you mean: 

STR710 Eval Board Demo Software

technodude
Associate II
Posted on November 28, 2005 at 20:53

STR710 Eval Board Demo Software

9 REPLIES 9
technodude
Associate II
Posted on March 14, 2005 at 12:17

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

hichem2
Associate II
Posted on March 14, 2005 at 12:39

Hello 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

technodude
Associate II
Posted on March 14, 2005 at 12:53

I see ''STR71x Demonstration Software for MB393 board'' but this is only object code and therefore of no help.

However, I see that ''STR720 Demonstration Software'' contains abundant source code. Can this code be used for the STR710EVAL board?

Thanks

hichem2
Associate II
Posted on March 14, 2005 at 13:49

Hi Mike,

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 😉

technodude
Associate II
Posted on March 14, 2005 at 14:20

What about the display?

What is its memory map and how do we send data for it so that text appears on the LCD?

Thanks

hichem2
Associate II
Posted on March 14, 2005 at 14:37

Hi Mike,

Here a driver for the STR710-EVAL board with an example

I hope this can help

Regards.

Hich :D

________________

Attachments :

lcd.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I1Nc&d=%2Fa%2F0X0000000bmB%2F93NWDpqW9gJ4XDTYvlkQwLtYqCmB3uVK9TMLw1hr0hA&asPdf=false
technodude
Associate II
Posted on March 14, 2005 at 19:28

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

hichem2
Associate II
Posted on March 15, 2005 at 05:22

Good morning Mike,

Can you send me your code it will be easier to verify it.

Cheers,

Hich 😉

hichem2
Associate II
Posted on March 15, 2005 at 05:35

Hi Mike,

You do not need any other file to program the STR710 demo and to run it from flash.

Please try the following LCD program. I made some modifications and now should work from FLASH.

Hope that this can help you,

Hich :p

________________

Attachments :

LCD.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtPX&d=%2Fa%2F0X0000000aPd%2FqDHg5yldicxWg5bAMAfx82q6nU4.cI6IcVPKpm8KOjw&asPdf=false