As of now SPB does not pull the TI PSpice model library directly, hence you need PSpice for TI to serve that purpose. You can continue using SPB for your daily work. Launch PSpice for TI periodically ...
dac_trigger.SOFT_RESET = 10; // 当设置为保留码A(1010)时,该位复位设备到默认状态。这些位是自我复位的。 dac_trigger.LDAC = 0; // 将此位设置为1,以同步模式同步加载DAC,此位是自复位。 dac_send_data(DACx0501_TRIGGER, dac_trigger.Trigger); dac_sync.DAC_SYNC_EN ...
BQ40Z50进入睡眠模式的条件是什么? 另外,如果进入睡眠模式,CHSG FET 和 DSG FET 是否都关闭? 如果检测到特定的电流,例如(-60mA,无通信),并且您希望电池进入睡眠模式或关机模式,应该怎么做 ...
hex文件中用到0x8000的地址,应该是跟section的定义有关,如在cmd文件中配置为.TI.ramfunc,而实际移植程序时未修改,在ram中运行的地方还是用的ramfuncs。而通过hex2000转换告警的问题,还是没有定位到原因。
设置SPI多个片选引脚除了config里面定义的其余引脚是否需要用GPIO虚拟,同时虚拟出来的引脚对传输速率是否有影响 可以使用GPIO模拟,在每次SPI发送之前,对SPI的片选信号也会进行控制,所以SPI的片选信号就是在每次需要发送到某个设备的时候,将CS片选端进行 ...
1. 先买了MSPM0L1306的LAUNCHPAD 开发板,是在TI官网上买的。然后在TI官网下载了SDK程序包。 2. 用TI的LED点亮例子,做了一个用XM0L1306QDGS28RQ1控制PA1点亮LED的程序。用LAUNCHPAD试过,PA1可以正常控制LED闪烁。 3. 用LAUNCHPAD的XDS110连接到自己做的产品的板子上,CPU型号是 ...
从你的描述来看,芯片似乎处于异常关机/保护的状态,因为SW没有动作。 在关机状态下,VIN大于VOUT0.36V是一个体二极管的压降 ...
PFC驱动部分的,EPWM1-A和EPWM1-B起的什么作用?我看在程序里没有设置它的占空比? 在Lab4中关于如下代码几个变量的理解 ...
C2000ware 5.02 地址变量为:COM_TI_C2000WARE_INSTALL_DIR,CCS12.2以上版本能够直接匹配识别! 但是C2000ware4.03版本地址变量为:COM_TI ...
I'm developing support for custom flash device "MX25L12833FM2I-10G". I'm having troubles using the flash in 1S-1S-4S. I managed to configure correctly the flash in the 1S-1S-4S protocol. After ...
Please try the steps below to debug this exception . 1. Keep break point in the Master's ISR 2. Note down the R14 Register 3. Search for the R14 register address in the Map file. Here, the address ...
While the CCS cloud doesn't let you change the linker option from the project properties, the CCS cloud does allow to edit the linker command file. The linker command file allows linker options to be ...