cancel
Showing results for 
Search instead for 
Did you mean: 

timer eample

twb
Associate II
Posted on March 10, 2005 at 10:10

timer eample

6 REPLIES 6
twb
Associate II
Posted on March 08, 2005 at 14:35

Hi I'am trying to run the timer example TIM/Music on a STR710 EVAL board in order to get the timers to work, but I'm running into a number of problems.

The latest error message I get is:

Error: L6218E: Undefined symbol Image$$ZI$$Limit (referred from sys_stackheap.o).

Does anybody know what this means and how to overcome the problem?

I've included all the project files in the zip file attached here.

________________

Attachments :

cycle_count.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I1ND&d=%2Fa%2F0X0000000bm9%2FXqWbsCCeBiZKHX99CHOkgnn1gswBzIF7ujYea8nht6A&asPdf=false
marcus23
Associate II
Posted on March 08, 2005 at 18:42

Hi Spiff,

I think you just need to add the file ''retarget.c'' from ST-Software-Library to your projects (in RVDK: Project => Add Files to Project)

hichem2
Associate II
Posted on March 09, 2005 at 04:42

Hello Spiff,

You find attached your project, it work perfectly on my desk

only I included the retarget.c (you are right mweigelt ), but you have also to comment out the 2 following lines of code in STR71x_conf.h.

//#define USE_SERIAL_PORT

//#define USE_UART0

With regards,

Hich. :p

________________

Attachments :

cycle_count.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I1N8&d=%2Fa%2F0X0000000bm6%2FcIrGT5pX0v78tRTOeOuTvzkQr5rxYw0O2GwTdlXl1L0&asPdf=false
twb
Associate II
Posted on March 09, 2005 at 05:51

It works, Thanks! :D :D

By the way, do you know where to find the latest version of all the library/example files. It seems like every time I get a hold of a new piece of code there are minor differences, so it coul dbe graet to have a (nearly) error free version of the files.

hichem2
Associate II
Posted on March 09, 2005 at 09:31

Hello Spiff,

The latest version of all the library/example files is ready and it will be published on STMCU soon (within one week).

For any urgency, I can send you the last version of the package.

PS: You can subscribe in the stmcu site, like this you will be automatically informed when the new version is published.

With regards,

Hich. :p

twb
Associate II
Posted on March 10, 2005 at 10:10

Hi Hich,

I would certainly apreciate a new version of the lib/example files if you have them. Can you attach them here?

Thanks