Error XN11199?

If you have a simple question and just want an answer.
avignani
Member
Posts: 8
Joined: Tue Oct 07, 2014 3:21 pm

Error XN11199?

Post by avignani »

Using xTIMEcomposer 14.1, I received an error XN11199 ("No bootmode attribute has been specified for Node xxx"). I was trying to define a network where an XU216 is booted via link0 from another similar chip.

This error, and the 'bootmode' attribute, are undocumented. What does it mean?

I copied the example in the article "Describe a Target Platform", where the connection is between two XS1-L chips (with no errors), and tried to adapt it to XS2. I also found a "bootMode="0"" defined in a very old XN file. But until now, no matter where I insert the "bootMode" parameter and how I define it, the error persists.

Alberto

colin
Experienced Member
Posts: 74
Joined: Mon Dec 16, 2013 12:14 pm

Post by colin »

The BootMode attribute should be given as follows:

          <Boot>
            <Source Location="LINK" BootMode="4"/>
          </Boot>

There are four BootModes available and the following table describes which links are enanbled by the boot ROM depending on the boot mode selected.

 
| Link ID | Link Symbol | BootMode 4 | BootMode 5 | BootMode 6 | BootMode 7 |
| 0           | XL0               | Yes 2w         |                      |                     | Yes 5w          |
| 1           | XL1               |                     |                      | Yes 5w         | Yes 5w          |
| 2           | XL2               |                     |                      | Yes 5w         | Yes 5w          |
| 3           | XL3               |                     |                      |                     | Yes 5w          |
| 4           | XL4               |                     | Yes 5w          |                     |                      |
| 5           | XL5               |                     | Yes 5w          | Yes 5w         |                      |
| 6           | XL6               |                     | Yes 5w          | Yes 5w         |                      |
| 7           | XL7               |                     | Yes 5w          |                     |                      |
| 8           | XL8               |                     |                      |                     |                      |
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

For reference: attached is a sample xn file to chain two XS2 devices (one XE-216 and other XL-216 device)

 
You do not have the required permissions to view the files attached to this post.