<?xml version="1.0" encoding="UTF-8"?>
<!--

 File Name          : CAN.xml
 Description        : Contextual documentation of the CAN
                      for all MCU series

 COPYRIGHT(c) 2016 STMicroelectronics

====================================================================
| version 0.1  |  A.Morin          | Creation                      |
====================================================================
| version 0.2  |  A.Morin          | Naming correction             |
====================================================================

Contextual help database for CAN peripheral, it contains:
    - peripheral generic information under <peripheral> node
    - information about peripheral mode under <mode> node
    - details about the peripheral configuration under <config> node
-->
<ctx_pinout_help xsi:noNamespaceSchemaLocation="../../../../../../../doc/V4/Development/Specifications/contextualDocumentation/pinout.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- item "ref" is the name of the object you want to document
    it can be a peripheral, a mode... -->
    <serie ref="Default">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>CAN</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices to communicate with each&lt;br/&gt;
                other in applications without a host computer. It is a message-based protocol,&lt;br/&gt;
                designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F0">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>CAN</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (CAN)">
            </link>
            <link filter="STM32F0.[128].*" display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F1">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>CAN</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (CAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F2">
        <peripheral>
            <!-- Title of the widget -->
            <title>CAN</title>
            <!-- Generic descpription, only applicable to expandable tooltips -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (CAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F3">
        <peripheral>
            <!-- Title of the widget -->
            <title>CAN</title>
            <!-- Generic descpription, only applicable to expandable tooltips -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link filter="STM32F3(0[23].[68BCDE]|34.[468]|[2579]8|73).*" display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (CAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F4">
        <peripheral>
            <!-- Title of the widget -->
            <title>CAN</title>
            <!-- Generic descpription, only applicable to expandable tooltips -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link filter="STM32F4([01][57]|[23][79]|46.[CE]|[67]9|12.[EG]|[12]3.[GH]).*" display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (bxCAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F7">
        <peripheral>
            <!-- Title of the widget -->
            <title>CAN</title>
            <!-- Generic descpription, only applicable to expandable tooltips -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (bxCAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32L4">
        <peripheral>
            <!-- Title of the widget -->
            <title>CAN</title>
            <!-- Generic descpription, only applicable to expandable tooltips -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network (CAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (bxCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM8AF">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>CAN</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Controller area network interface (beCAN)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (beCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM8S">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>CAN</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Controller Area Network</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>A Controller Area Network (CAN bus) is bus standard&lt;br/&gt;
                designed to allow microcontrollers and devices&lt;br/&gt;
                to communicate with each other in applications without a host computer.&lt;br/&gt;
                It is a message-based protocol, designed originally for multiplex electrical wiring.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="beCAN">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Controller area network (beCAN)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="Controller Area Network (CAN)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
</ctx_pinout_help>
