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
LIN Bus on startKIT
-
- Member
- Posts: 12
- Joined: Sun Feb 16, 2014 8:36 am
-
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
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.