Other Parts Discussed in Thread: MSP430FR2355 , UNIFLASH 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1206915/msp430fr2355…
I think the issue probably may come from the format of your packet. In your code you set the last byte (25th byte) of txData to packet_cnt, while the original project sets it to the length of the packet (25 in your case). Here is what I would advise you…
您好,请参考下面内容
It looks like the ADC is reading ~0.545V, which, assuming an ideal 18k pull-up resistor, translates to ~7.8kohms on the thermistor. Looking at your thermistor curve that's 30~31ºC, so we can be quite certain that this is not a hardware issue…
补充一下我的编译日志和tirtos.mak 编译.txt
全屏
tirtos.txt
下载
#
# ======== tirtos.mak ========
#
#
# Set location of various cgtools
#
# These variables can be set here or on the command line. Paths must not
# have spaces. …
Other Parts Discussed in Thread: MSP430FR4133 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1619657/msp430-sdk-access-to-the-driver-lib-without-using…
Hello,
Modifying the firmware from the mcu_plus_sdk_am243x_08_06_00_45\examples\industrial_comms\ethercat_slave_beckhoff_ssc_demo involves several steps. Here is a detailed guide on how to modify the firmware:
1. Open the project in a suitable IDE such…
Part Number: AWRL6844EVM Other Parts Discussed in Thread: AWRL6844 , SYSCONFIG , AWR1843
hello, we found that the D1P memory in AWRL6844 DSP core dose not used in incabin radar demo code. As the picture showed behind.
During our software developement, we…
Part Number: AWR2944
Hello
The environment is described as follows:
chip :AWR2944LC
CCS:12.8.1
R5F compiler version: TI Clang v3.2.2.LTS
SDK:mmwave_mcuplus_sdk_04_07_01_04
When I use old SDK mmwave_mcuplus_sdk_04_07_00_01, code is correct. I update SDK…
您好,请参考下面内容
If they want to calibrate the CC Gain, reading the previous value is not required. Instead, I would tell them to follow the steps in the example code in the Calibration application report: https://www.ti.com/lit/an/sluaa32a/sluaa32a.pdf
If they…