Why can't my project Load Symbols Only debug jump to the main function, I set the main address through the pc register to jump to the main function, and the assembly code is different from the load program, is there a problem with the process of downloading…
Other Parts Discussed in Thread: MSP430FR2000 , MSP430FR2311 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/664512…
I hope to execute the MemorySafety_PowerOnSelfTest function, set FuSaInfo.bit.b8MPOSTFlt to false, and also be able to execute the STA_HWBIST_RunTest function. How can this be achieved? Could you draw a diagram or provide an example?
Hi,
While it is completely possible to use the CLB module without syscfg, we unfortunately do not have any examples showcasing how to do so.
Syscfg does however generate the driverlib functions you are attempting to use. When configuring syscfg, this updates…
您好
The PCM5242 features a programmable miniDSP core that offers Hybrid-Flows which are a RAM/ROM combination of code. Common functions are embedded in ROM, and custom RAM flows, created by TI can be run on the miniDSP core. The algorithms for the miniDSP…
Part Number: TDA4VE-Q1
Hello, I would like to ask if you can provide a code example, the function is as follows:
Using v4l2 as encoding function on tda4ve, input NV12 image of 1280*720, output by encoding H265 data of 1280*720
Are they sending CRC? This device requires CRC to communicate properly. The TI sample code should serve as an example for their own code, as it implements the CRC function in it.