readme.txt

来自「mb90340的CAN程序」· 文本 代码 · 共 38 行

TXT
38
字号
==========================================================================
                        90340_can1_uart0_async
==========================================================================
                   Fujitsu Microelectronics Europe GmbH                       
                 http://emea.fujitsu.com/microelectronics 
                                                            
 The following  software  is for  demonstration  purposes only.  It is not
 fully  tested, nor validated  in order  to fullfill  its task  under  all
 circumstances.  Therefore,  this software or  any part of it must only be
 used in an evaluation laboratory environment.                        
 This software is subject to the rules of our standard DISCLAIMER, that is
 delivered with our  SW-tools on the Fujitsu Microcontrollers CD 
 (V3.4 or higher "\START.HTM") or on our Internet Pages:
 http://www.fme.gsdc.de/gsdc.htm
 http://emea.fujitsu.com/microelectronics 
==========================================================================
               
History
Date      Ver   Author  Softune     Description
11.02.03  1.0   HW      V30L29      original version
06.10.03  1.1   DFi     V30L29      changed PLL factor from x6 to x4
17.08.05  1.2   JMo                 uart-bug fixed
22.02.06  1.3   HWe     V30L32      Clear error flags corrected (CRE=1)
==========================================================================

This is a project template for the MB90340 Series. It includes some basic 
settings for e.g. Linker, C-Compiler which must be checked and modified in 
detail, corresponding to the user application.

This example uses the CAN1 and UART0 interface.
The UART0 is initialised to 9600Baud @ 4MHz-crystal (internal 16MHz).
Each received character will be echoed.
Each received character will be send to CAN1 with ID #3
Each data that will be received by CAN1 will be send to UART0

Note:
This example is only valid for dual-CAN devices of the MB90340series,
e.g.: MB90F342, MB90F344

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?