Datasheet
数据手册 > Maxim Integrated > 78M6610+PSU/C00T 数据手册PDF > 78M6610+PSU/C00T 应用笔记 第 1/7 页

78M6610+PSU/C00T 应用笔记 - Maxim Integrated

  • 制造商:
    Maxim Integrated
  • 封装
    TSSOP-16
  • 描述:
    Energy Measurement Processor for Single-Phase Power-Supply Units 16Pin TSSOP T/R
更新时间: 2025-06-14 23:03:48 (UTC+8)

78M6610+PSU/C00T 应用笔记

页码:/7页
下载 PDF
重新加载
下载
Keywords: SSI, simple serial interface, embedded measurement, uart, source code
APPLICATION NOTE 5947
USING THE SIMPLE SERIAL INTERFACE FOR
EMBEDDED MEASUREMENT DEVICES: 78M6610+LMU,
78M6610+PSU, AND THE MAX78630+PPM
Abstract: The simple serial interface (SSI) is a binary protocol for communicating with Maxim embedded measurement devices
(78M6610+LMU, 78M6610+PSU, and MAX78630+PPM).
Overview
The simple serial interface (SSI) is a binary serial protocol implemented for UART communications on Maxim Integrated’s embedded
measurement devices (EMD). This application note addresses the features and structure of the protocol by providing a detailed
description of the available commands and corresponding source code examples. The key features of the protocol are:
Simplicity: The protocol can be implemented on host processors without absorbing excessive system resources.
Robustness: Each packet contains a header, byte count, payload, and checksum. If the header, byte count, and checksum of a
command are not all correct, the recipient can reject the packet.
Efficiency: Data is exchanged in binary encoding rather than character-coded values, and commands do not need to be echoed
to the host. Additionally, multiple commands can be sent in a single packet to further reduce the communications overhead.
Supports multidrop systems: Target device addressability supports the connection of multiple target devices on a single serial
bus.
SSI is a packet-based protocol that implements master-slave or command-response communications. Two types of packets are used
in the SSI: master packets, which are issued by a host device; and slave packets, which are issued by a slave EMD in response to a
command from the host or master.
Download the corresponding source code
.
Serial Interface Selection
Access Maxim EMDs by the master through three serial interfaces: UART, SPI, and I2C. SSI uses the UART interface and the EMD
must be configured accordingly to use SSI. This is done through pullup or pulldown resistors on the appropriate pins of the device.
Refer to the device data sheet for a description of configuring the serial interface of the device.
Device Address
The device address (SSID) of an EMD is set through the combination of the DevAddr register and one or two pins of the device
depending on the package of the device. Refer to the device data sheet for an explanation of setting the SSID of the device.
Master Packets
A master packet always contains the following:
A one-byte header, 0xAA
A one-byte packet length indicator, which is the count of all the bytes in the packet including itself
A payload, which can consist of multiple commands
A checksum, which is the two’s complement of the modulo-256 sum of all the preceding bytes in the packet, starting with the
header byte and including the last bye of the payload
From the description above, there are a few characteristics that pertain to all valid master packets:
A master packet is always 4 or more bytes long.
A master packet cannot be greater than 255 bytes long.
The field byte count is one byte.
The maximum length of a packet is limited by the slave device’s command buffer. Refer to the slave device’s data sheet for
the maximum command length for that device.
Page 1 of 7Page 1 of 7

78M6610+PSU/C00T 数据手册 PDF

78M6610+PSU/C00T 数据手册
Maxim Integrated
65 页, 840 KB
78M6610+PSU/C00T 其它数据手册
Maxim Integrated
13 页, 45 KB
78M6610+PSU/C00T 应用笔记
Maxim Integrated
7 页, 1755 KB

78M6610PSUC00 数据手册 PDF

78M6610+PSU/C00 数据手册
Maxim Integrated
Energy Measurement Processor 16Pin TSSOP Bulk
78M6610+PSU/C00 数据手册
Silergy
Energy Measurement Processor 16Pin TSSOP Bulk
78M6610+PSU/C00T 数据手册
Maxim Integrated
Energy Measurement Processor for Single-Phase Power-Supply Units 16Pin TSSOP T/R
78M6610+PSU/C00T 数据手册
Silergy
Energy Measurement Processor for Single-Phase Power-Supply Units 16Pin TSSOP T/R
Datasheet 搜索
搜索
百芯智造数据库涵盖1亿多个数据手册,每天更新超过5,000个PDF文件。
在线联系我们
黄经理 - 百芯智造销售经理在线,5 分钟前
您的邮箱 *
消息 *
发送