您好
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.
Other Parts Discussed in Thread: TIDA-01599 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1478590/tms570ls0232…
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…
补充一下我的编译日志和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. …
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…
Part Number: TMS320F28027 Other Parts Discussed in Thread: C2000WARE 1.用28027开发板直接用SCI例程以下语句的主函数烧写,开发环境CCS6.0,仅能实现启动后串口助手显示MCU发送的一段文字,自己输入后无法显示出来。
#include "DSP28x_Project.h" // Device Headerfile and Examples Include File
// Prototype statements…
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…