Any easy way to adapt usbkw24d512 project to twrkw24d512?

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

Any easy way to adapt usbkw24d512 project to twrkw24d512?

667件の閲覧回数
smachin
Contributor II

I want to run some of the Thread samples in the latest release, but there is no sample project for the boards I have (twrkw24d512).  What would be involved in porting the usbkw24d512  sample apps to my boards?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

541件の閲覧回数
jc_pacheco
NXP Employee
NXP Employee

Hello Sean, 

The FRDM projects are very similar to the TWR projects, as you can see in the SCH files, most of the pins are compatible between the FRDM and TWR functionality. You could easily adapt the FRDM project (or any other) to the TWR project looking at the board files. (board.c/h, gpio_pins.c/h, hardware_init.c, pin_mux.c/h)

See: C:\<Project path>\boards\frdmkw24\wireless_examples\thread\router_eligible_device\freertos\

-JC