Wiki

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

BUS and Memory-map

This post describes the BUS and Memory-map.
Wiki

MCU Architecture

This post describes the architecture of the MCU (abbreviation for Micro Controller Unit).
OSS-ECAL English
error: Content is protected !!