Other Parts Discussed in Thread: MSP430FR2311 , MSP430FR2433 , MSP430FR2000 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430FR5043 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1383856/msp430fr5043…
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, …
请看下面工程师的回复。
Shine said:
Have TI tested the example?
These are the test logs from TI validation:
RTI Example Test Application RTI_Test_init: Init MCU ESM complete RTI Example code UC-1 started DWWD configured to 100 percent window size DWWD is configured…
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…
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…
Part Number: BQ24773 Is it possible to provide reference code for the BQ24773 driver on Linux 5.10? The reference code currently available on your website is not functional.
您好
Sysconfig only is intended to do module initialization and setup. For other functions like adding interrupts and ISR routines, these have to be added manually by the user. In the interrupt example, the interrupt routines have been manually added.