How to

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.
Wiki

Operation of interrupt functions

This post describes the operation of interrupt functions.
Wiki

Differences between macro functions and library functions

This post describes the difference between macro functions and library functions.
Standard OSS-ECAL

How to incorporate multiple identical electronic components into a user program

Refer to the following example to see how to incorporate several of the same electronic components in a user program.
Wiki

BUS and Memory-map

This post describes the BUS and Memory-map.
OSS-ECAL English
error: Content is protected !!