Skip to main content
QPATR
Associate
July 10, 2020
Solved

How to add postbuild steps file like srecord (like stm32 Ide) with spc5Studio?

  • July 10, 2020
  • 2 replies
  • 945 views

Hello,

How to add postbuild steps file like srecord ?

Thanks for your attention,

Best regards.

    This topic has been closed for replies.
    Best answer by Giuseppe DI-GIORE

    Hello,

    actually the generation of S-Record format is already available in SPC5Studio

    and is enabled by default.

    Check the build directory and look for ".mot" files.

    Regards,

    Giuseppe

    2 replies

    Erwan YVIN
    ST Employee
    August 20, 2020

    Hello ,

    you can add some post-build options in the properties in the project

    0693W000003Pqw4QAC.png

    do not forget to update user.mak

    html: real-html
    	do-post-build-stuff
     
    pdf: real-pdf
    	do-post-build-stuff
     
    txt: real-txt
    	do-post-build-stuff

    Best regards

    Erwan

    Giuseppe DI-GIORE
    ST Employee
    October 2, 2020

    Hello,

    actually the generation of S-Record format is already available in SPC5Studio

    and is enabled by default.

    Check the build directory and look for ".mot" files.

    Regards,

    Giuseppe