Why CMSIS example contains board project template?

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

Why CMSIS example contains board project template?

852件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

Why CMSIS example contains board project template component, even the pin_mux.c and clock_config.c contains example-specific code.

Regards,
Marek


NOTE: If you find the answer useful, kindly click on "ACCEPT AS SOLUTION" button
タグ(1)
0 件の賞賛
返信
1 返信

837件の閲覧回数
marek-trmac
NXP Employee
NXP Employee

First let me describe, how the CMSIS projects are created manually by the user:

  1. User creates an empty CMSIS project for the processor
  2. User adds board project template
  3. User adds all CMSIS components needed by board project template
  4. User adds main function
  5. User modify board project template (e.g. pin_mux.c and clock_config.c)
  6. User builds the application


When generating BSP with example projects,  we are doing the same: We add board project template CMSIS component, and then we add modified pin_mux.c and clock_config.c files from the example project.

Regards,
Marek


NOTE: If you find the answer useful, kindly click on "ACCEPT AS SOLUTION" button
0 件の賞賛
返信