Overview
Design & Development
Software & Tools
Sample Code
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.

Support
Support Communities
Resources
Support Communities
-
M30855FW - reading Flash and EEPROM via E8a
I have a problem. I want to read and write Flash M30855FW processor. I want to use E8a and Flash Development Toolkit 4.09. Unfortunately, but after connecting E8a to M30855FW with RST, TxD1, RxD1, GND, VCC, I get no communication. What am I doing wrong?
Apr 16, 2017
FAQs
-
(M32C) What happens to count source when CPU clock is changed?
The on-chip oscillator clock becomes the count source of the peripheral function. However, the count sources of peripheral functions that were set to f2n(1) or fC32 will be unchanged. Note: When XIN clock (fXIND) is selected as f2n count source
Sep 22, 2010 -
(M32C/80 Series, 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 28, 2012 -
(M32C/87) Please describe the READ-MODIFY-WRITE instruction in detail.
The READ-MODIFY-WRITE instruction performs the following operations. Read data from a specified address. Process the bits specified in the read-out data. Write the data to the original address. Data is written and read in byte or word units. When processing a bit or performing a logic operation ...
Mar 1, 2010