2005-03-10 01:10 AM
2005-03-08 05:35 AM
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=false2005-03-08 09:42 AM
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)2005-03-08 07:42 PM
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=false2005-03-08 08:51 PM
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.2005-03-09 12:31 AM
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. :p2005-03-10 01:10 AM
Hi Hich,
I would certainly apreciate a new version of the lib/example files if you have them. Can you attach them here? Thanks