Other Parts Discussed in Thread: LP5868 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1531337/lp5868t-example-code-for-the-lp5868t 器件型号: LP5868T Thread…
Hi,
We do not have any example code, but the gauge uses standard I2C cmds to communicate.
These documents maybe helpful,
https://www.ti.com/lit/an/slua801/slua801.pdf
www.ti.com/.../slua790.pdf
Part Number: BOOSTXL-CC3135 Other Parts Discussed in Thread: CC3135
I built the test code based on the routines in the sdk。The pseudo-code is as follows:
int main(){
MCU_init();
sl_start();
while(1){
sl_Task();
}
}
After executing the above…
您好
给您发的E2E帖子里面有告诉您 secondary bsl的流程,secondary BSL is placed from 0x1000 to 0x3000. In the sysconfig of the demo code, you can find that the 0x1000 ~0x3000 is statically write protected. And the application code is placed from 0x3000 ~.
说的就是这个图片中的结构
secondary…
Part Number: TMS320F28388D
How do I configure and generate code for TMS320F8388D using SSC tool v5.13? Compared with SSC tool v5.1.2, SSC tool v5.1.3 adds some functions, such as define a modules and slots application. Is there any corresponding upgrade of f2838x_ssc_config.xml of TI?
thanks…