cancel
Showing results for 
Search instead for 
Did you mean: 

idesc copy from RAM to ROM using fctcpy

sjayapal
Associate II
Posted on March 22, 2006 at 07:39

idesc copy from RAM to ROM using fctcpy

This discussion is locked. Please start a new topic to ask your question.
12 REPLIES 12
sjayapal
Associate II
Posted on March 15, 2006 at 03:56

Luca,

I tried with Modm model also but i am not able to see the bss region of 104 to 108 getting cleared when i break at main(). When i stepped through i could see that __sbss value is 108(expecting 104).

I would like to know whether the following statements would store __sbss with the start address or the end address.

switch .bss

__sbss:

Kindly let me know your feedback.

Thanks and Regards,

Suganya

sjayapal
Associate II
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
luca239955_st
Associate III
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

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.