How to

Wiki

Pre-Fetch

This post describes the Pre-Fetch.
Wiki

CPU

This post describes the CPU.
Wiki

Causes and Measures for spaghettifying codes and models

This post discusses the causes and measures for spaghettifying codes and models.
Wiki

Points to note for external EEPROM

This post describes the points to note for external EEPROM.
Wiki

Pitfalls of I2C communication

This post describes a bug I experienced in I2C communication that I fell into.
Wiki

Floating point and Fixed point

This post describes Floating point and Fixed point.
Wiki

Successive Comparative ADC

This post describes successive comparison type ADCs.
Wiki

Variable Types and Usage Example

Variables are divided into static and dynamic variables (local and register variables). Static variables are assigned to static addresses in RAM and can retain their values after the function exits. Dynamic variables are allocated to the stack area or general-purpose registers and cannot retain their values after the function exits.
Wiki

Rare error of shared resources in processes with different priorities

This post describes rare errors of shared resources in processing with different priorities.
Standard OSS-ECAL

How to set I2C Device Address in Renesas SSP

Refer to the following example to set the I2C Device Address in Renesas SSP.
OSS-ECAL English
error: Content is protected !!