Skip to main content
Visitor II
March 22, 2006
Question

idesc copy from RAM to ROM using fctcpy

  • March 22, 2006
  • 12 replies
  • 2083 views
Posted on March 22, 2006 at 07:39

idesc copy from RAM to ROM using fctcpy

    This topic has been closed for replies.

    12 replies

    sjayapalAuthor
    Visitor II
    March 16, 2006
    Posted on March 16, 2006 at 11:00

    Attaching the project where in i still face the problem.

    Thanks in advance.

    Regards,

    Suganya

    ________________

    Attachments :

    Tutorial_Cosmic1.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0A4&d=%2Fa%2F0X0000000bVr%2FIcBwtIPsQX3S5NiKzUnyY5h6lCBum5i7LxsJze5yIlA&asPdf=false
    Visitor II
    March 22, 2006
    Posted on March 22, 2006 at 07:39

    you should put the startup file as the first file in the link list.

    Change

    Debug\timer.o

    Debug\cstartup.o

    into

    Debug\cstartup.o

    Debug\timer.o

    and the problem should disappear.

    Regards,

    Luca