1˵
    1CANͽ


2ʹû

    KEIL MDK-ARM V5.25

    Ӳ
        1N32L40XML-STB_V1.0
        2MCUN32L406MB


3ʹ˵
    
    ϵͳã
    /* ģ÷:ʱӣI/O */
        SystemClock108MHz
        USARTTX - PA9 RX - PA10115200
        CAN RX - PB8 TX - PB9500Kģʽ

    /* DemoĲԲ */
        1.سλУ
        2.鿴ڴӡϢCANÿ1sһ֡׼֡һ֡չ֡
          ڽMCUյ֡ӡ
                     
                 
4ע


1. Function description
	1. CAN send and receive routines


2. Use environment

	Software development environment: KEIL MDK-ARM V5.25

	Hardware environment:
		1. Developed based on the evaluation board N32L40XML-STB_V1.0
		2. MCU: N32L406MB


3. Instructions for use
    
	 System Configuration;
	/* Describe related module configuration methods; for example: clock, I/O, etc. */
	SystemClock: 108MHz
	USART: TX - PA9, RX - PA10, baud rate 115200
	CAN: RX - PB8, TX - PB9, baud rate 500K, normally mode

	/* Describe the test steps and phenomena of the Demo */
	1. After compiling, download the program to reset and run;
	2. Check the serial port printing information, CAN sends a standard frame and an extended frame every 1s.
	The serial port prints out the extend frame received by the MCU
                     
                 
4. Matters needing attention