Any easy way to adapt usbkw24d512 project to twrkw24d512?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Any easy way to adapt usbkw24d512 project to twrkw24d512?

504 Views
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?

Labels (1)
Tags (1)
0 Kudos
1 Reply

378 Views
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