2023年9月30日

Charge Pump

摘要: https://juejin.cn/post/7242717749906161720 Charge Pump 倍压输出的工作原理 Charge Pump(电荷泵)最经典的应用莫过于倍压输出,其基本原理简而言之就是对电容进行充放电,利用电容能够储存电荷的原理将其从充电回路隔离,通过放电回路对输出进行放 阅读全文

posted @ 2023-09-30 10:59 荷树栋 阅读(586) 评论(0) 推荐(0) 编辑

2023年8月20日

PD

摘要: PD The CL/CV mode bit is only Valid when operating as a Programmable Power Supply and Shall be Ignored otherwise. When the Source is operating as a Pr 阅读全文

posted @ 2023-08-20 15:01 荷树栋 阅读(84) 评论(0) 推荐(0) 编辑

2023年7月16日

C embedded

摘要: Disable optimization for a piece of code #pragma GCC push_options #pragma GCC optimize ("O0") for(uint i=0; i<T; i++){__NOP()} #pragma GCC pop_options 阅读全文

posted @ 2023-07-16 18:26 荷树栋 阅读(4) 评论(0) 推荐(0) 编辑

2023年7月9日

USB C Power Delivery also support data transfer?

摘要: https://www.ti.com/lit/ds/symlink/tps65987ddk.pdf?ts=1688854016963&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FTPS65987DDK The power input 阅读全文

posted @ 2023-07-09 20:32 荷树栋 阅读(11) 评论(0) 推荐(0) 编辑

2023年7月2日

Compile result comparison

摘要: The source code as below #include <stdint.h> #include <stdio.h> typedef struct { uint8_t data1; uint8_t data2; uint8_t data3; uint8_t data4; uint8_t d 阅读全文

posted @ 2023-07-02 12:04 荷树栋 阅读(5) 评论(0) 推荐(0) 编辑

2023年2月22日

芯片cp测试和ft测试

摘要: CP是Chip Probe的缩写,指的是芯片在wafer的阶段,就通过探针卡扎到芯片管脚上对芯片进行性能及功能测试,有时候这道工序也被称作WS(Wafer Sort)。 FT是Final Test的缩写,指的是芯片在封装完成以后进行的最终测试,只有通过测试的芯片才会被出货。 从工序角度上看,似乎非常 阅读全文

posted @ 2023-02-22 08:31 荷树栋 阅读(693) 评论(0) 推荐(0) 编辑

2023年1月2日

Ring buffer reference

摘要: /** * \file lwrb.c * \brief Lightweight ring buffer */ /* * Copyright (c) 2020 Tilen MAJERLE * * Permission is hereby granted, free of charge, to any 阅读全文

posted @ 2023-01-02 10:32 荷树栋 阅读(43) 评论(0) 推荐(0) 编辑

2022年11月19日

FB

摘要: FB即feed back。将输出电压分压后接至此管脚,此管脚在芯片内部连接这比较器,与Vref进行比较,如果FB脚电压低了,那就提高开关的占空比,高了就降低占空比,以此达到稳定电压的目的。FB最好是从用电设备接入点进行分压,可以减少线路压降(对大电流较明显),实际上可根据电路板布局进行改进。 FB是 阅读全文

posted @ 2022-11-19 11:42 荷树栋 阅读(1098) 评论(0) 推荐(0) 编辑

2022年11月17日

What is the type of a constant in C?

摘要: https://jameshfisher.com/2017/01/23/c-type-of-constants/#:~:text=The%20C%20Programming%20Language%20says%3A%20An%20integer%20constant,the%20suffix%20u 阅读全文

posted @ 2022-11-17 09:21 荷树栋 阅读(21) 评论(0) 推荐(0) 编辑

2022年6月18日

PEP

摘要: 阅读全文

posted @ 2022-06-18 16:51 荷树栋 阅读(473) 评论(0) 推荐(0) 编辑

导航