Skip to main content
Explorer II
July 28, 2023
Solved

crtsi.s file startup script for stm8A

  • July 28, 2023
  • 1 reply
  • 2012 views

Hello all. I am looking for an example startup script to perform a few initialization tests.

I came to know that in  https://usermanual.wiki/Document/CXSTM8UsersGuide.1100875490.pd

Initializing data in RAM section there is a startup script.

I would like to know if there is any tutorial for the same.

If there are any code examples, kindly share them with me.

 

 

    This topic has been closed for replies.
    Best answer by raja1

    I am looking for the startup script. Yes, I have found the crtsi.s startup script in the COSMIC folder.

    1 reply

    Visitor II
    August 3, 2023

    Do you want a startup script or a linker script?

    If you are using COSMIC compiler, read the manual and see Examples and Hstm8 folders. The file crtsi.s is in Hstm8 folder.

    raja1AuthorAnswer
    Explorer II
    August 3, 2023

    I am looking for the startup script. Yes, I have found the crtsi.s startup script in the COSMIC folder.