📄 readme.txt
字号:
Src
|
+- TOP0_dss ; TOP0 delayed single-shot output mode sample program
| - While using TOP0 in delayed single-shot output mode, this program
| outputs a single-shot waveform from the TO0 pin with a delay time of
| 10 ms and in pulse width of 2 ms (when the source clock frequency = 10 MHz).
|
+- TOP6_ss ; TOP6 single-shot output mode sample program
| - While using TOP6 in single-shot output mode, this program outputs
| a single-shot waveform from the TO6 pin in pulse width of 2 ms (when
| the source clock frequency = 10 MHz).
|
+- TOP10_fixcyc ; TOP10 continuous output mode sample program
| - While using TOP10 in continuous output mode, this program generates
| an interrupt at intervals of 50 ms (when the source clock frequency =
| 10 MHz) to increment the LED (port 11) data. In this case, timer
| output is not forwarded to external devices.
|
+- TI00_pwm ; TIO0 PWM output mode sample program
| - While using TIO0 in PWM output mode, this program outputs
| a PWM waveform from the TO11 pin with a 2 ms period (when
| the source clock frequency = 10 MHz) and a 10/256 high duty cycle.
|
+- TI04_mes ; TIO4 measurement clear input mode sample program
| - While using TIO4 in measurement clear input mode, this program
| measures the duration of a rising edge on the input signal entered
| from the TIN0 pin. The 16 low-order bits of the measurement result
| are output from ports 10 and 11. The measurement resolution is 10
| us (when the source clock frequency = 10 MHz).
|
+- TI05_noise ; TIO6 noise processing input mode sample program
| - While using TIO5 in noise processing input mode, this program
| performs interrupt processing when the high-level duration of
| TIN3 is 1 ms or more (when the source clock frequency = 10 MHz).
| The LED (port 11) is incremented in each interrupt generated.
|
+- TID0_evcnt ; TID0 event mount mode sample program
| - While using TID0 in event count mode, this program counts event
| occurrences on TIN24. The count value is forwarded to ports 10 and 11.
|
+- TID1_fixcyc ; TID1 fixed cycle count mode sample program
| - While using TID1 in fixed cycle count mode, this program generates
| an interrupt at intervals of 50 ms (when the source clock frequency
| = 10 MHz) to increment the LED (port 11) data.
|
+- ad ; Single A-D conversion mode sample program
| - This program A-D converts data on AD0 channel which is read from
| port 13 and forwards the conversion result (8 bits) to the LED (port 11).
|
+- csio ; CSIO mode transmission/reception sample program
| - This program receives data (increment pattern) from SIO1 after
| being transmitted in 500 Kbps clock-synchronized serial mode (when
| the source clock frequency = 10 MHz) from SIO0 and if the received
| data is the same as transmitted, displays it on LED (port 11).
| If unable to receive the same data, the program displays 0x55 in
| blinking inverse video.
|
+- uart ; UART mode transmission/reception sample program
| - This program receives data (increment pattern) from SIO1 after being
| transmitted in 62.5 Kbps UART mode (when the source clock frequency
| = 10 MHz) from SIO0 and if the received data is the same as transmitted,
| displays it on LED (port 11). If the received data is not the same,
| the program displays 0x55 in blinking inverse video.
|
+- CAN_data_send ; CAN data frame transmission sample program
| - This program transmits a data frame in standard format with
| ID:0, DLC:2, and DATA:clc2 from slot 0.
|
+- CAN_data_receive ; CAN data frame reception sample program
| - This program receives a remote frame in standard format with
| ID:0 in slot 0. After receiving said frame, the program reads data
| out of the frame into RAM.
|
+- CAN_remote_send ; CAN remote frame transmission sample program
| - This program transmits a remote frame in standard format with
| ID:0 and DLC:1 once from slot 0. After receiving a data frame sent
| from another node, the program reads data out of the frame into RAM.
|
+- CAN_remote_receive ; CAN remote frame reception sample program
| - This program sets ID and data in slot 0 and receives a remote frame
| in standard format. After receiving a remote frame sent from another
| node, the program transmits the data frame using the CAN module's
| automatic answering function.
|
+- Noise_Cap ; Noize processing input & Capture sample program
| - While using TIO5 in noise processing input mode, this program performs
| interrupt processing when the high-level duration of TIN3 is 1ms or
| more (when the source clock frequency = 10MHz). The LED (port 11) is
| incremented in each interrupt generated.
|
+- TIN_DMA ; TIN-DMAC sample program
| - This program starts DMA2 upon a rising edge of TIN18 to count the
| number of transfers and outputs the number of edge inputs (number of
| transfers) to the LED (port 11).
|
+- UartTr_DMA ; AD-DMAC-SIO sample program
| - This program forcibly executes single-shot output mode on TOP8 during
| AD scan mode operation and outputs the conversion result from serial
| I/O via DMAC (AD conversion result is 8-bit).
|
+- UartRcv_DMA ; Serial I/O (UART) DMAC Receive sample program
- This program stores serial received data in RAM by DMA transfer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -