1、功能说明

    此例程展示了作为从机使用CAN收发数据。   

2、使用环境

     软件开发环境：KEIL MDK-ARM V5.34.0.0
     硬件环境：基于评估板N32G032R8L7-STBV1.0开发

3、使用说明
	
    1、时钟源：HSE+PLL
    2、主时钟：48MHz
    3、CAN配置：
            TX   -->  PA4          
            RX   -->  PA5         
            波特率：500K
            
    4、USART1配置：
            TX  -->  PA9   
	        RX  -->  PA10           
            波特率：115200
        

    5、测试步骤与现象
        a，跳线连接主机CAN
        b，编译下载代码复位运行
        c，从机接收到主机数据后，立刻将原数据发出

4、注意事项
    主机搭配Normal_Master_CAN例程使用


1. Function Description

    This routine shows the use of CAN to send and receive data as a slave.   

2、Using environment

     Software development environment: KEIL MDK-ARM V5.34.0.0
     Hardware environment: based on evaluation board N32G032R8L7-STBV1.0 development

3, the use of instructions
	
    1、Clock source: HSE+PLL
    2、Master clock: 48MHz
    3、CAN configuration:
            TX --> PA4          
            RX --> PA5         
            Baud rate: 500K
            
    4、USART1 configuration:
            TX --> PA9   
	        RX --> PA10           
            Baud rate: 115200
        

    5、Test steps and phenomena
        a, jumper connection host CAN
        b, compile and download the code reset run
        c, the slave receives the data from the host and immediately sends out the original data

4, Notes
    The host is used with Normal_Master_CAN routine.
