LIN Bus on startKIT

If you have a simple question and just want an answer.
Schorsch
Member
Posts: 12
Joined: Sun Feb 16, 2014 8:36 am

LIN Bus on startKIT

Post by Schorsch »

Hi ALL !

 

I`m trying to run the LIN Bus on statKIT, but I get following answer:

 

xrun: Number of nodes in binary does not match the device

 

I run all on tile[1] and i use the ISBUS connector from XMOS. Do I something wrong.

 

Many thanks for your answers!

Greatings

User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

If you try to run the LIN bus demo on startKIT without any modification, this error is expected because, LIN bus demo is designed to run on SLICEKIT-L16 without any modifications. The number of tiles in startKIT(only one tile) and sliceKIT(two tile device). If you want to build it for startKIT, change the TARGET as STARTKIT in the MakeFile and change tile[1] to tile[0] in the application code.