Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__writeMemory8, __writeMemoryByte

In this section:
Syntax
__writeMemory8(value, address, zone)
__writeMemoryByte(value, address, zone)
Parameters
value

An integer.

address

The memory address (integer).

zone

A string that specifies the memory zone, see C-SPY memory zones.

Return value

int 0

For use with

All C-SPY drivers.

Description

Writes one byte to a given memory location.

Example
__writeMemory8(0x2F, 0x8020, "");