[Bootloader] How do I remove Boot Triggers?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[Bootloader] How do I remove Boot Triggers?

1,729件の閲覧回数
nxf45013
NXP Employee
NXP Employee

The bootloader offers the possibility to be activated via a CAN message received on one of the available controllers. The following steps must be executed in order to remove the feature, as it is optional.

1. Disable the Enable CAN boot trigger tick box from the Bootloader configuration plugin.

pastedImage_2.png

2. Disable ComDal, Gpt, Can and CanIf plugins, by right clicking on each of the plugins and selecting the Disable Module.

pastedImage_5.png

3. Update the initialization and de-initialization sequence.

   a. Select the SysDal plugin, go to PowerUp, InitList and remove Gpt_Init, Can_Init and ComDal_Init entries from the list: 

pastedImage_10.png

   b. Select the SysDal plugin, go to PowerUp, DeInitList and remove Gpt_DeInit, Can_DeInit and ComDal_DeInit entries from the list: 

pastedImage_13.png

4. Clear the workspace. Go to your workspace location and remove all the .c generated files. Typically found under tresos/workspace/<your_project_name>/output/src.

5. Re-generate the workspace and build. 

ラベル(1)
  • FAQ

タグ(3)
0 返答(返信)