This page provides a sample software download service for the M360 group.
Please check the function list, and download the appropriate file.
Function list for sample software.
Sample Software/Function | Description | Product Name | ||||
---|---|---|---|---|---|---|
TMPM 361 |
TMPM 362 |
TMPM 363 |
TMPM 364 |
|||
Analog/Digital converter | ADC | Example of reading ADC data from analog input pins | V | V | V | V |
CAN controller | CAN | Example of the test loop back mode, such as mailbox message setting, mailbox configuration, message transmission/receiving, mode change (test loop back mode) status getting and usage for interrupt | V | V | ||
CEC function | CEC | Example of CEC transmission / reception interrupt | V | V | V | V |
Clock/Mode control | CG | Switching example between NORMAL mode and SLEEP mode | V | V | V | V |
DMA controller | DMAC | Example of DMAC settings and data transfer between the memories | V | V | V | V |
Flash control | FLASH | Example of running a program in the internal RAM and performing delete and rewrite of the internal flash memory | V | V | V | V |
I/O port | GPIO | Usage example of Port using LEDs and KEYs | V | V | V | V |
Key-on wakeup | KWUP | Example of enter and release low power mode |
V | V | V | V |
Remote control signal preprocessor | RMC | Example of receiving the signals of remote control and decode | V | V | V | V |
Real-time clock | RTC | Configuration example for date and time | V | V | V | V |
Serial bus interface | SBI | Example of transmission / reception in I2C bus mode | V | V | V | V |
Static memory controller | SMC | Example of SRAM initialization | V | V | V | V |
Serial channel | SIO/UART | Example of UART configuration and transmission | V | V | V | V |
Synchronized serial interface | SSP | Configuration example for SSP and self-loop back | V | V | V | V |
16-bit timer | TMRB | Example of timer interrupt that runs every 500 ms Output example of duty-variable PPG (programmable square wave) |
V | V | V | V |
Watchdog timer | WDT | Example of the detection time and the processing after the detection for watchdog timer | V | V | V | V |
Please Select the appropriate file for download.
Please check the function list, and download the appropriate file.
Function list for sample software.
Sample Software/Function | Description | Product Name | ||
---|---|---|---|---|
TMPM 365 |
TMPM 366 |
|||
Analog/Digital converter | ADC | Example of reading ADC data from analog input pins | V | V |
Clock/Mode control | CG | Switching example between NORMAL mode and STOP mode | V | V |
DMA controller | DMAC | Example of DMAC settings and data transfer between memory and peripheral devices using the UART | V | V |
External bus interface | EXB | Example of read / write of the SRAM that is connected to the external bus | V | |
Flash control | FLASH | Example of running a program in the internal RAM and performing delete and rewrite of the internal flash memory | V | V |
Asynchronous Serial Channel | FUART | This program sends 64 different data values from TX pin and receives data from RX pin. | V | |
I/O port | GPIO | Usage example of Port using LEDs and KEYs | V | V |
Serial bus interface | SBI | Example of transmission / reception in I2C bus mode | V | V |
Serial channel | SIO/UART | Example of UART configuration and transmission | V | V |
Synchronized serial interface | SSP | Configuration example for SSP and self-loop back | V | |
16-bit timer | TMRB | Example of timer interrupt that runs every 500 ms Output example of duty-variable PPG (programmable square wave) |
V | V |
USB Device Controller | USBD | HID (Human Interface Device) Mouse Demo Once the evaluation board is connected via USB interface to PC and then powered on , it will be recognized as a standard USB mouse and then it controls the arrow icon on PC screen as shown below, and this process will be repeated 3 times |
V | V |
CDC (communication device class) Loopback Demo On the evaluation board, a simple CDC demonstration program was designed to serve as a COM device in a simulation. |
V | V | ||
MSC (Mass Storage Class) RAM disk Demo Once the evaluation board is connected via USB interface to PC and then powered on, it will recognize 24 k RAM Disk. You can format it by the computer and save files to it. |
V | V | ||
Watchdog timer | WDT | Example of the detection time and the processing after the detection for watchdog timer | V | V |
Please Select the appropriate file for download.
Please check the function list, and download the appropriate file.
Function list for sample software.
Sample Software/Function | Description | Product Name | ||||
---|---|---|---|---|---|---|
TMPM 367 |
TMPM 368 |
TMPM 369 |
TMPM 36B |
|||
Analog/Digital converter | ADC | Example of reading ADC data from analog input pins | V | V | V | V |
CAN controller | CAN | Example of the test loop back mode, such as mailbox message setting, mailbox configuration, message transmission/receiving, mode change (test loop back mode) status getting and usage for interrupt | V | V | ||
Clock/Mode control | CG | Switching example between NORMAL mode and IDLE/STOP1/STOP2 mode | V | V | V | V |
Digital/Analog converter | DAC | Output example of sawtooth waveform from the DA pin | V | V | V | |
External bus interface | EXB | Example of read / write of the SRAM that is connected to the external bus | V | V | V | V |
Encoder Input Circuit | ENC | This example detects the rolling of mouse wheel. | V | V | V | V |
Flash control | FLASH | Example of running a program in the internal RAM and performing delete and rewrite of the internal flash memory | V | V | V | V |
Asynchronous Serial Channel | FUART | This program sends 64 different data values from TX pin and receives data from RX pin. | V | V | V | V |
I/O port | GPIO | Usage example of Port using LEDs and KEYs | V | V | V | V |
Multi-Purpose Timer | IGBT | This example program demonstrates how to use external trigger to control the PPG output by IGBT driver and EMG function. | V | V | V | V |
PMD | This example demonstrates the phase outputs. | V | V | V | V | |
Low Voltage Detection Circuit | LVD | If Voltage is higher than the detection voltage, UART displays "UPPER". When Voltage is lower than the detection voltage, UART displays "LOWER". | V | V | V | V |
Oscillation frequency detection | OFD | Example of generate a reset for I/O, when the clock exceeds the OFD detection frequency range | V | V | V | V |
Remote control signal preprocessor | RMC | Example of receiving the signals of remote control and decode | V | V | V | V |
Real-time clock | RTC | Configuration example for date and time | V | V | V | V |
Serial bus interface | SBI | Example of transmission / reception in I2C bus mode | V | V | V | V |
Serial channel | SIO/UART | Example of UART configuration and transmission | V | V | V | V |
Synchronized serial interface | SSP | Configuration example for SSP and self-loop back | V | V | V | V |
16-bit timer | TMRB | Example of timer interrupt that runs every 500 ms Output example of duty-variable PPG (programmable square wave) |
V | V | V | V |
μDMA controller | uDMAC | Example of DMAC settings and data transfer between the memories | V | V | V | V |
USB Device Controller | USBD | HID (Human Interface Device) Mouse Demo Once the evaluation board is connected via USB interface to PC and then powered on , it will be recognized as a standard USB mouse and then it controls the arrow icon on PC screen as shown below, and this process will be repeated 3 times |
V | V | V | |
CDC (communication device class) Loopback Demo On the evaluation board, a simple CDC demonstration program was designed to serve as a COM device in a simulation. |
V | V | V | |||
MSC (Mass Storage Class) RAM disk Demo Once the evaluation board is connected via USB interface to PC and then powered on, it will recognize 24 k RAM Disk. You can format it by the computer and save files to it. |
V | V | V | |||
Watchdog timer | WDT | Example of the detection time and the processing after the detection for watchdog timer | V | V | V | V |
Please Select the appropriate file for download.