abstract.txt

来自「英飞凌XC164CS系列单片机的源码」· 文本 代码 · 共 19 行

TXT
19
字号
C16x PEC Program Example
========================

The following example program shows how to program PEC channel 0
for data transfers to the serial port transmit buffer. It transmits
the string "0123456789\n" out the serial port and then generates a
transmit interrupt (serial_TX_IRQ). The interrupt function resets
the PEC 0 transfer and the string is sent again.

To run this example...

1. Start the debugger.
2. Open the serial window
3. Run the program

You should see the contents of the string displayed in the serial
window each time the interrupt function is invoked.

⌨️ 快捷键说明

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