Skip to main content
Visitor II
October 1, 2003
Question

ST6 Programming

  • October 1, 2003
  • 2 replies
  • 798 views
Posted on October 01, 2003 at 14:30

ST6 Programming

    This topic has been closed for replies.

    2 replies

    Visitor II
    October 1, 2003
    Posted on October 01, 2003 at 12:45

    Hi all,

    I got the ST6230 Starter Kit and I tried to use the IDE from Raisonance;

    When I try to compile the following program, I got, per every line the error:

    150 UNKNOWN MNEMONIC (see second file )

    Do you know where I’m wrong?

    Thank you

    ________________

    Attachments :

    TEST_error.txt : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0Iv&d=%2Fa%2F0X0000000bWz%2F.Sv_R_r6pBmnq9lYJh3JTb_Xl7fEml3.AUzyKqV6wbY&asPdf=false

    Test.asm : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0GW&d=%2Fa%2F0X0000000bX1%2Fi_ixuu1o8atK9QxkmptHFHPpCGZOpxHA2uksVl6GL.Y&asPdf=false
    Visitor II
    October 1, 2003
    Posted on October 01, 2003 at 14:30

    You are getting this error because the file you are assembling is in the old ST syntax.

    You have two choices, set the ''Use AST6 Syntax'' in the assembler options or the better way would be to convert your project to the newer syntax, have a look at the examples given with RIDE.

    I would recommend converting your project to the newer syntax.

    Regards

    sjo