Skip to main content

Overview

Description

The M16C/64 Group is supported only for customers who have already adopted these products. The RX130, RX651 Groups are recommended for new designs.

Comparison

Applications

Documentation

Design & Development

Software & Tools

Sample Code

Sample Code

Filters
Type Title Date Date
Sample Code Log in to Download ZIP 149 KB 日本語
Sample Code Log in to Download ZIP 272 KB 日本語
2 items

Models

ECAD Models

Schematic symbols, PCB footprints, and 3D CAD models from SamacSys can be found by clicking on the CAD Model links in the Product Options table. If a symbol or model isn't available, it can be requested directly from SamacSys.

Diagram of ECAD Models

Product Options

Applied Filters:

Support

Support Communities

Support Communities

Get quick technical support online from Renesas Engineering Community technical staff.
Browse FAQs

FAQs

Browse our knowledge base of common questions and answers.
Submit a Ticket

Submit a Ticket

Need to ask a technical question or share confidential information?

Resources

Support Communities

  1. M16C/64 Code only works when debugging

    Hi there,I've created a new workspace with project type "Application" for my M16C/64 R5F3640D with the following settings:RTOS: NoneStartup type: DefaultTarget type: All targetsROM: 256KUse heap memory: 0300H0300H for the stacksThe automatically created files are:MyProject.cnc_define.incncrt0.a30sect30.incsfr64.hsfr64.incThereafter I manually ...

    Apr 13, 2012
  2. SPI on M16C/64

    On the website renesas.com I didn't find an example for the read functionAlso I have problem with transmission.This is my code:void spi_init(void){    ifsr6 = 0;        // SI/O3    s3ic = 0x00;    //SI/O3 Interrupt Control Register: Level 0 (interrupt disabled)    prc2 ...

    Jun 21, 2010
  3. UART break condition with M16C/64

    Hi there,after solving various debugging-related problems during the last days, I now got stuckwith generating a UART0 async break-condition.The approach of halving the baud rate and sending one byte does not seem to work:    u0brg = (unsigned char)( ( (12000000UL / 16) / 28800UL) - 1); while (!ti_u0c1 ...

    Apr 17, 2012
View All Results from Support Communities (12)

FAQs

  1. Debug of M16C/64 Group MCU: why it slow down when using break

    ... with the low-speed on-chip oscillator*, the flash memory reprogramming takes longer and the E8a response rate diminishes. You can prevent the flash memory reprogramming by setting the event break at a higher priority. *M16C/64 Group MCUs operate on the low-speed on-chip oscillator after reset.

    Aug 20, 2008
  2. (M16C/5X,M16C/63,M16C/64,M16C/65) What happens to count source when CPU clock is changed?

    For peripheral functions supplied by peripheral function clock f1, the on-chip oscillator clock becomes the count source of those peripheral functions. For peripheral functions supplied by any of peripheral clocks fOCO-S, fOCO-F, FOCO40M, fC32, or fC, their count sources will be unchanged even if the CPU clock ...

    Mar 22, 2012
  3. (M16C Family products other than the M32C/80 Series, and the M16C/80 Series) Priority level is "0" + Request bit is "1": Priority level to "7"?

    The interrupt will be accepted. Then, the interrupt request bit will be cleared. However, if you use the MOV instruction to change the interrupt priority level, the interrupt request bit may be cleared to "0". The interrupt will not be accepted when the interrupt request bit is cleared at this ...

    Feb 14, 2006
View All Results from FAQs (12)