This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Porting a IAR Project to Keil (stm32 + freertos)

Hi,

so I uploaded a Project from STMicroelectronics. It is the IAR Project of the iNEMO Sensor Eval-Board from STmicro.

sourceforge.net/.../download

I failed a plenty times to converting it to KEIL.
(missing header files - but I surely added every folder into the includes in the settings and some points more)

If there is somebody who could help me it would be perfect.

In the uploaded file there is also my Keil Project in the EWARM-Project folder.

I have to setup a ROM offset (rom is starting at 0x8003000, because there is a ST DFU bootloader for firmware upgrade applications) in IAR the offset was done by a .icf file.

- i copied the startup file from the KEIL directory and replaced it with the IAR one.
(backup also in folder)

anyway take a look into the zip archive please.

It works perfectly in IAR.

- why am I need the project in keil? Because we want to switch from the lite version of IAR to the Keil prof. and we want to debug some code with the keil compiler.

I have a ST-Link and a KEIL uLINK2 and a ULINK PRO debugger.

Please help.

I found a application note for this topic but its seems not to be for free :(
url: www.cmc.ca/.../CMC-00200-01917.aspx

with regards
Sam

Parents
  • You sure?

    From a license document I do believe is applicable:
    www.st.com/.../software_license_agreement.pdf

    LICENSE
    STMicroelectronics (“ST”) grants You a non-exclusive, worldwide, non-transferable (whether by assignment, law,
    sublicense or otherwise), revocable, royalty-free limited license to:
    (i) make copies, prepare derivatives works, display internally and use internally the source code version of the
    Licensed Software for the sole and exclusive purpose of developing executable versions of such Licensed Software
    only for use with the Product;
    (ii) make copies, prepare derivatives works, display internally and use internally object code versions of the Licensed
    Software for the sole purpose of designing, developing and manufacturing the Products;
    (iii) make, use, sell, offer to sell, import or otherwise distribute Products.
    

    Note words like "non-transferable", "display internally", "use internally", ...

    It's a common assumption that "royalty-free" means public domain, i.e. void of copyright and free for any use or distribution.

Reply
  • You sure?

    From a license document I do believe is applicable:
    www.st.com/.../software_license_agreement.pdf

    LICENSE
    STMicroelectronics (“ST”) grants You a non-exclusive, worldwide, non-transferable (whether by assignment, law,
    sublicense or otherwise), revocable, royalty-free limited license to:
    (i) make copies, prepare derivatives works, display internally and use internally the source code version of the
    Licensed Software for the sole and exclusive purpose of developing executable versions of such Licensed Software
    only for use with the Product;
    (ii) make copies, prepare derivatives works, display internally and use internally object code versions of the Licensed
    Software for the sole purpose of designing, developing and manufacturing the Products;
    (iii) make, use, sell, offer to sell, import or otherwise distribute Products.
    

    Note words like "non-transferable", "display internally", "use internally", ...

    It's a common assumption that "royalty-free" means public domain, i.e. void of copyright and free for any use or distribution.

Children