{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

嵌入式SoC系统开发与工程实例(内附光盘1张)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

嵌入式SoC系统开发与工程实例(内附光盘1张)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《嵌入式SoC系统开发与工程实例》可供使用C8051F系列单片机进行产品硬件和软件设计开发的工程技术人员参考,部分内容对其他类型单片机的开发也具有一定的参考借鉴价值。
Content Description

本书以C8051F41x为例介绍SoC单片机内核的一些共性问题,同时也突出其自身所具有的特点,如更高的指令执行速度,低功耗,相对于其他C8051系列,具有新型外设的集成,低廉的价格,丰富外设的合理规划与布局。作者在介绍每一种外设时均给出了应用代码,使读者可尽快掌握并应用该模块。
本书言简意赅地介绍了μC/OS-Ⅱ的核心和常用模块,并以C8051F41x为平台,结合作者的项目实际,给出了工程应用实例,其中许多实例经过科研与生产实践检验,有较高参考价值,可帮助读者更好地应用此单片机,缩短学习与应用的距离。本书所有的实例和调试代码均采用C语言编程,以增强程序代码的可读性和移植性。
本书可供使用C8051F系列单片机进行产品硬件和软件设计开发的工程技术人员参考,部分内容对其他类型单片机的开发也具有一定的参考借鉴价值。
Catalogue

第1章 片上系统内核与功能总汇
1.1 与MCS51的兼容性与差异性
1.2 内核功能的扩展
1.3 存储空间的映射
1.4 扩展的中断系统
1.4.1 中断源和中断向量
1.4.2 中断的优先级与响应时间
1.4.3 外部中断源
1.4.4 中断控制寄存器
1.5 内核指令集说明
1.6 内核的工作状态
1.6.1 内核的几种工作模式
1.6.2 工作状态的设置与特点
1.7 特殊功能寄存器
1.7.1 特殊功能寄存器的分布
1.7.2 特殊功能寄存器的定义
1.8 流水线式指令预取引擎
1.9 片内可编程稳压器
1.10 SoC的仿真与调试
1.10.1 内置的C2仿真接口
1.10.2 C2引脚共享
1.11 芯片引脚定义及电气参数
1.11.1 总体直流电气特性
1.11.2 引脚和定义

第2章 可编程输入/输出端口与外设资源匹配
2.1 I/O口优先权交叉开关译码器原理
2.2 外设资源初始化配置
2.3 通用端口I/O初始化设置
2.4 I/O匹配应用实例

第3章 多通道12位模/数转换器(ADC0)
3.1 多路模拟开关选择器与片内温度传感器
3.2 A/D的配置
3.2.1 转换启动方式
3.2.2 A/D跟踪与工作方式
3.2.3 A/D的时序要求
3.2.4 输出转换码
3.2.5 建立时间的要求
3.3 可编程窗口检测器
3.4 寄存器的定义与设置
3.5 ADC0的电气参数
3.6 A/D转换器应用实例
3.6.1 A/D定时采样实例
3.6.2 硬件数据累加器使用实例
3.6.3 芯片工作环境监测
3.6.4 CPU无扰门限比较

第4章 可叠加或独立的12 位电流模式DAC
4.1 D/A转换寄存器
4.1.1 D/A寄存器说明
4.1.2 IDAC输出字格式
4.2 D/A转换的输出方式选择
4.2.1 程控立即更新模式
4.2.2 定时器时控输出更新模式
4.2.3 外部触发信号边沿的输出更新模式
4.3 D/A转换的应用设置与电气参数
4.4 D/A转换的应用实例
4.4.1 D/A的调试与程控立即更新模式应用
4.4.2 DAC定时器模式应用
4.4.3 可编程正弦波发生

第5章 片内可编程电压基准与片内比较器
5.1 片内电压基准
5.1.1 片内电压基准结构原理
5.1.2 片内电压基准控制寄存器与电气参数
5.2 比较器
5.2.1 比较器的结构与原理
5.2.2 比较器相关寄存器设置与使用

第6章 循环冗余检查单元
6.1 CRC结构功能
6.1.1 CRC寄存器
6.1.2 执行CRC计算107 6.1.3 访问CRC结果
6.2 CRC的位序反转功能
6.3 CRC模块功能应用实例

第7章 SoC复位源
7.1 上电复位
7.2 掉电复位和VDD监视器
7.3 外部复位
7.4 时钟丢失检测器复位
7.5 比较器0复位
7.6 PCA看门狗定时器复位
7.7 FLASH错误复位
7.8 智能时钟复位
7.9 软件复位
7.10 软件复位操作实例

第8章 FLASH存储单元
8.1 FLASH存储单元的编程
8.1.1 FLASH编程锁定和关键字设置
8.1.2 FLASH擦写的操作
8.2 FLASH数据的安全保护
8.3 FLASH可靠写和擦除的几点要求
8.4 FLASH读定时设置与应用
8.5 非易失性数据存储程序示例

第9章 振荡器
9.1 可编程内部振荡器设置与使用
9.2 外部振荡器的配置与使用
9.2.1 外部晶体模式
9.2.2 外部RC模式
9.2.3 外部电容模式
9.2.4 外部振荡器作为定时器时钟
9.3 时钟乘法器
9.4 系统时钟的选择

第10章 智能实时时钟
10.1 智能时钟的全局接口寄存器
10.1.1 智能时钟的接口寄存器定义
10.1.2 智能时钟锁定和解锁
10.2 智能时钟的内部寄存器
10.2.1 使用接口寄存器间接访问智能时钟的内部寄存器
10.2.2 接口寄存器的数据自动读地址自增功能与设置
10.3 智能时钟的时钟源选择
10.3.1 使用标准钟表振荡器的晶体方式
10.3.2 无片外振荡器的自振荡方式
10.3.3 振荡器时钟丢失的检测
10.4 智能时钟定时和报警功能
10.4.1 定时器值的设置和访问
10.4.2 报警门限值的设置
10.5 后备电源稳压器和后备RAM
10.6 智能时钟的应用实例
10.6.1 智能时钟定时应用
10.6.2 智能时钟后备RAM的数据存取示例

第11章 SMBus总线
11.1 SMBus配置与外设扩展
11.2 SMBus的通信概述
11.2.1 总线仲裁
11.2.2 总线时序
11.2.3 总线状态
11.3 SMBus寄存器的定义与配置
11.3.1 SMBus初始配置寄存器
11.3.2 SMBus状态控制寄存器
11.3.3 SMBus数据收/发寄存器
11.4 SMBus工作方式选择
11.4.1 主发送方式
11.4.2 主接收方式
11.4.3 从接收方式
11.4.4 从发送方式
11.5 SMBus状态译码
11.6 SMBus总线扩展应用实例
11.6.1 以主发送器方式扩展ZLG7290的应用实例
11.6.2 利用SMBus扩展24C
11.6.3 利用SMBus总线进行双机通信

第12章 同步/异步串口UART
12.1 增强的波特率发生器
12.2 串行通信工作方式选择
12.2.1 8位通信模式
12.2.2 9位通信模式
12.3 多机通信
12.4 串行通信相关寄存器说明
12.5 串口UART0实例
12.5.1 片上系统串口自环调试实例
12.5.2 上下位机点对点通信示例

第13章 增强型全双工同步串行外设接口
13.1 SPI0的信号定义
13.2 SPI0主工作方式
13.3 SPI0从工作方式
13.4 SPI0中断源说明
13.5 串行时钟时序
13.6 SPI特殊功能寄存器
13.7 SPI主工作方式下扩展74HC595 LED显示实例

第14章 定时器
14.1 定时器0和定时器
14.1.1 定时器0/1的工作方式0、
14.1.2 定时器0/1的工作方式
14.1.3 定时器0/1的工作方式
14.1.4 定时器0/1的相关寄存器
14.2 定时器
14.2.1 定时器2的16位自动重装载方式
14.2.2 定时器2的8位自动重装载方式
14.2.3 外部/智能时钟捕捉方式
14.2.4 定时器2的相关寄存器
14.3 定时器
14.3.1 16位自动重装载方式
14.3.2 8位自动重装载定时器方式
14.3.3 外部/智能时钟捕捉方式
14.3.4 定时器3的相关寄存器
14.4 智能时钟振荡频率捕捉应用实例

第15章 可编程计数器阵列
15.1 PCA计数器/定时器
15.2 PCA的捕捉/比较模块
15.2.1 PCA边沿触发的捕捉方式
15.2.2 PCA软件定时器方式
15.2.3 PCA高速输出方式
15.2.4 PCA频率输出方式
15.2.5 8位脉宽调制器方式
15.2.6 16位脉宽调制器方式
15.3 看门狗定时器方式
15.3.1 看门狗定时器操作
15.3.2 看门狗定时器的配置与使用272 15.4 PCA寄存器说明
15.5 PCA应用实例
15.5.1 方波发生输出
15.5.2 8位PWM发生
15.5.3 16位PWM发生
15.5.4 频率捕获功能应用

第16章 嵌入式操作系统
16.1 嵌入式操作系统的定义
16.2 嵌入式实时操作系统的功能
16.3 几种常用的操作系统
16.4 可移植与51系列的操作系统
16.4.1 RTX51实时操作系统
16.4.2 嵌入式实时操作系统μC/OSⅡ
16.5 μC/OS Ⅱ功能概述
16.5.1 任务类操作函数
16.5.2 时间类函数
16.5.3 信号类函数
16.5.4 信箱类函数
16.6 基于μC/OSⅡ的串口测温应用实例

第17章 SoC应用设计经验点滴
17.1 SoC选型问题
17.2 SoC系统设计的几点建议

第18章 应用设计实例
18.1 LCD模块与片上系统接口应用实例
18.1.1 ST7565功能介绍
18.1.2 基于ST7565的模块与处理器接口
18.1.3 ST7565的模块与片上系统接口实例程序
18.2 FFT变换与谱分析
18.2.1 快速傅里叶变换(FFT)算法的原理
18.2.2 利用FFT进行频谱分析
18.2.3 FFT算法在片上系统上的实现
18.2.4 结果与思考
18.3 低频自定义信号发生器
18.3.1 系统功能概述
18.3.2 系统结构与原理
18.3.3 系统软件设计
18.3.4 结果
18.4 低成本无人值守数据采集器
18.4.1 数据采集功能概述
18.4.2 基于C8051F410的采集系统
18.4.3 系统软件部分
18.4.4 总结与思考
18.5 智能水压力发生器
18.5.1 背景
18.5.2 主控芯片在系统编程
18.5.3 在系统编程功能寄存器说明
18.5.4 系统编程的实现过程
18.5.5 智能水压力发生器的开发设计
参考文献
Book Abstract

第1章片上系统内核与功能总汇
C8051Fxxx系列单片机是完全集成的混合信号系统级芯片,具有与8051兼容的微控制器内核,与51指令集完全兼容。除了具有标准8052的数字外设部件之外,片内还集成了数据采集和控制系统中常用的模拟部件和其他数字外设及功能部件。MCU中的外设或功能部件包括模拟多路选择器、可编程增益放大器、ADC、DAC、电压比较器、电压基准、温度传感器、SMBus/I2C、UART、SPl、可编程计数器/定时器阵列(PCA)、定时器、数字I/O端口、电源监视器、看门狗定时器(WDT)和时钟振荡器等。所有器件都有内置的FLASH程序存储器和256字节的内部RAM,有些器件内部还有位于外部数据存储器空间的RAM,即XRAM。
C8051Fxxx单片机采用流水线结构,机器周期由标准的12个系统时钟周期降为1个系统时钟周期,处理能力大大提高,峰值性能可达25 MIPS。C8051Fxxx单片机是真正能独立工作的片上系统(SoC)。每个MCU都能有效地管理模拟和数字外设,可以关闭单个或全部外设以节省功耗。FLASH存储器还具有在系统重新编程能力,可用于非易失性数据存储,并允许现场更新8051固件。应用程序可以使用MOVC和MOVX指令对FLASH进行读或改写,每次读或写一个字节。这一特性允许将程序存储器用于非易失性数据存储以及在软件控制下更新程序代码。
Introduction

微处理器在社会发展中扮演着非同寻常的角色,几乎渗透到了各行各业。经过不断的发展与创新,单片机大致可分为4位、8位、16位和32位。其中32位系列是最近几年才发展起来的新系列,大有后来居上的态势,多用于信息量较大但运算负担又不太重的设备上(如掌上设备等)。16位单片机越来越边缘化,曾经辉煌一时的MCS96也不可避免地走向衰落,现在这一系列品种较少,影响较大的有MSP430。但它所处的位置很尴尬,主要用于运算量小,且控制要求不是很复杂的中低端场合,这种场合使用4位或8位机也可很好地实现,而且更具性价比优势。在中高端应用场合,其性能又无法和32位机相比,目前其价格优势也不明显。应该说在低端的控制领域,8位机仍是主力军,笔者断言这种趋势短时期不会改变。8位机在我国的普及程度最高的非51莫属,尽管相对于其他种类8位机并没有绝对的技术优势,甚至还有劣势,但认同是硬道理,君不见应用者数以亿计,资料浩如烟海。也正是如此,各家公司开发的许多产品都是基于51内核的。基于51内核的系列单片机处在不断改进的过程之中,这是因为芯片设计技术在发展,如果不对缺陷进行改造,就等于坐以待毙。8位单片机在CPU结构、外围模块及总线和集成开发环境等各个方面,都发生了巨大变化。单片机的设计也已经从积木扩展模式跨入了集成度、可靠性、性价比都非常高的片上系统SoC时代。
传统的51单片机有111条指令,丰富的指令可以认为是它的一个优点,但笔者认为这恰好也是它的一大缺陷,众多的指令在增加灵活性的同时也给程序执行带来了低效性。针对这一特点出现了AVR精简指令单片机,尽管性能获得了飞速提升,但也带来了如兼容性这样的大问题,这是一种对传统51单片机的割裂,同时也是对应用者的一种抛弃。
C8051F系列单片机的问世可以说是51单片机应用者的福音。该系列单片机保留了所有51单片机的指令与8052的所有资源,此举意味着对传统51单片机的最大兼容,用户要注意的只是速度与时序的匹配。同时为了提高速度与性能,把原51单片机内核改造为功能更强大的CIP51内核。该内核以流水线方式处理指令,废除了原51单片机中的机器周期,由原来12个时钟执行一条指令改进为一个时钟执行一条单周期指令,大多数指令执行所需的时钟周期数与指令的字节数相同,这使得C8051F单片机的运行速度和性能大大提高,平均速度约为同频51单片机的10倍。同时为改变原51系统单片机外围模块单一,复杂系统必须扩展的缺陷,片内扩展了丰富的外设,如FLASH、XRAM、A/D、D/A、温度传感器,有的还扩展了智能时钟和CRC引擎等。用户不需要考虑太多的扩展就可以使单片完成设计任务成为可能。同时,它的编译环境得到了KEIL C的支持,使得开发过程并没有改变,能够很好地适应过去51开发的方法和习惯。片内集成了高频振荡源,并具备了多级分频系统以满足各种个性化的需求。强大的非侵入式JTAG/C2调试手段,是传统仿真器式调试模式所不能比拟的,可使内核和全部资源完全透明化和可操作化,可以方便地完成下载和硬件仿真,且不占用片内资源。C2接口通过共享技术达到I/O口0占用。丰富的接口除了SMBus/I2C、SPI、UART这些必备的接口外,有的产品还支持CAN、USB、LIN等,给应用者带来了方便。晶振以及片上温度传感器等外设集合为一体。增加了交叉开关,可灵活地将片内资源分配到I/O端口,此举可让应用者更方便地应用外设,对系统的总体规划非常有益。3.3 V的供电模式,内核的低电压使系统功耗进一步降低。学习和掌握如此高性价比的产品,必将给开发工作带来非常大的方便。
本书所论述的C8051F410是一款小体积的产品,除具有C8051的自身优点外还包括了一些自身的特点。比如: 芯片上除了P0~~P2,还包括温度传感器和电源,27个I/O端均可以被编程为A/D的输入端,A/D的数据最多16次累加功能可提高数据的处理能力。片内独有的47位智能时钟可以单片实现一些无人值守任务。片内2 KB XRAM内存可以作为数据缓冲区,并可实现循环存储的功能。还有许多的特点这里不一一例举,就请读者在阅读本书过程中慢慢体会。
作者对每种外设均给出了应用代码,所有的程序均调试通过,读者可以放心引用。同时作者还结合自己的项目经历,给出了一些典型应用的源代码。所有代码见随书光盘。
作者在本书的编写过程中得到了院领导大力支持,同时得到了大连理工大学数字化研究所所长王德伦教授的支持和帮助,在这里一并表示由衷的感谢。
参与本书编写的人员还有大连理工大学数字化研究所的各位同仁,他们是朱林剑、孙守林、毛范海、董慧敏、马雅丽、高媛、梁丰、陈庆红、杨光辉、钱锋、姜立学、陈观慈等。
另外, 韩素英、包明周、武丽敏、包初胜、尹云、王皓、刘建伟等人完成了部分资料搜集以及部分章节的文字校对工作。在此对他们的支持、帮助表示感谢。
最后,还要感谢我的妻子、女儿以及父母多年来对我的支持。
感谢新华龙电子有限公司在资料技术方面的大力支持。
我是拿出了100%的责任感来完成此书的,但限于本人的水平,肯定还存在一些缺陷,非常希望阅读此书的读者能批评指正。
有兴趣的读者可以发送邮件到: soc_reader@yahoo.com.cn,与作者进一步交流;也可发送邮件到: buaafy@sina.com,与本书策划编辑进行交流。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book