📄 abstract.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -