引用: sonia87 发表于 2018-8-30 14:14
这意味着充分的沟通需要在引导正确的支持?我要退出主程序,进入程序,重新打开网络连接和安装一个新的套接字服务器以接收固件。这是不可取的行为,我真的不想引导到有支持整个通信协议这是一个很复杂的过程来设置服务器,我将与网络和登记。我宁愿主应用程序支持读取固件在现有开放套接字服务器,与现有的指挥体系已经写入 ...
你好帕特里克,
它是可能的到用户应用程序中添加启动功能(无需创建单独的引导)。这是通过一个引导程序组件注册的定义,一bootloadable组件和通信组件。这种配置称为组合项目。当你有通信协议已经安装在你的项目,你可以添加一个引导程序组件和使用自定义接口而不是退出Bootloader的功能。
因此,目标瞬间将包括发射器,结合项目1个,项目组合2。一个应用程序是由其他项目组合加载到目标的闪存。请让我知道如果它帮助。
诚挚的问候,
geona玛丽
以上来自于百度翻译
以下为原文
Hello Patrick,
It is possible to add bootloading functionality to a user application (without creating stand alone bootloader). This is defined through incorporation of a Bootloader Component, a Bootloadable Component, and a communication Component. This configuration is called
Combination Project. As you have communication protocol already setup in your project, you can add a Bootloader component and use the Custom Interface instead of pulling out the bootloader functions.
Thus, target flash will consist of launcher, combination project 1, combination project 2. One application is loaded into target flash by other combination project. Please let me know if it helps.
Best Regards,
Geona Mary
引用: sonia87 发表于 2018-8-30 14:14
这意味着充分的沟通需要在引导正确的支持?我要退出主程序,进入程序,重新打开网络连接和安装一个新的套接字服务器以接收固件。这是不可取的行为,我真的不想引导到有支持整个通信协议这是一个很复杂的过程来设置服务器,我将与网络和登记。我宁愿主应用程序支持读取固件在现有开放套接字服务器,与现有的指挥体系已经写入 ...
你好帕特里克,
它是可能的到用户应用程序中添加启动功能(无需创建单独的引导)。这是通过一个引导程序组件注册的定义,一bootloadable组件和通信组件。这种配置称为组合项目。当你有通信协议已经安装在你的项目,你可以添加一个引导程序组件和使用自定义接口而不是退出Bootloader的功能。
因此,目标瞬间将包括发射器,结合项目1个,项目组合2。一个应用程序是由其他项目组合加载到目标的闪存。请让我知道如果它帮助。
诚挚的问候,
geona玛丽
以上来自于百度翻译
以下为原文
Hello Patrick,
It is possible to add bootloading functionality to a user application (without creating stand alone bootloader). This is defined through incorporation of a Bootloader Component, a Bootloadable Component, and a communication Component. This configuration is called
Combination Project. As you have communication protocol already setup in your project, you can add a Bootloader component and use the Custom Interface instead of pulling out the bootloader functions.
Thus, target flash will consist of launcher, combination project 1, combination project 2. One application is loaded into target flash by other combination project. Please let me know if it helps.
Best Regards,
Geona Mary
举报