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

How to transfer a project without having access to the original source code

Hi
I am working on a project using Keil and the ARM STM32.
I want to send my project to others to download on their ARM (stm32) without having access to the original source code.
Can I generate library file to send others?
Can any one help me on this question?

Parents
  • I don't follow what you're trying to do.

    To do in-application firmware update, you need a bootloader.

    ST have several application notes on how to do this for STM32.

    Plenty of 3rd-party options - both open-source and commercially licensed - are available.

    If you were to put "bootloader" into the 'Search' box on this site, I'm sure you'd find plenty to look at ...

Reply
  • I don't follow what you're trying to do.

    To do in-application firmware update, you need a bootloader.

    ST have several application notes on how to do this for STM32.

    Plenty of 3rd-party options - both open-source and commercially licensed - are available.

    If you were to put "bootloader" into the 'Search' box on this site, I'm sure you'd find plenty to look at ...

Children