Any easy way to adapt usbkw24d512 project to twrkw24d512?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Any easy way to adapt usbkw24d512 project to twrkw24d512?

510 次查看
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 回复

384 次查看
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