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…
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.
Part Number: TDA4VE-Q1 Hello, I would like to ask if you can provide code examples,supports two different image input formats,the function is as follows:
1、Using v4l2 as encoding function on tda4ve, input NV12 image of 1280*720, output by encoding H265…
Part Number: TMS320F280039C
The function: DCLINK_SS_runFastPWMCompensation(); 。in the file ''dclink_ss.h'' of the foc example of single resistor sampling, there seems to be an error, in the When vecArea = 3, the direction of movement seems to be reversed…
Hi Cheng,
The message from CCS means that the program has stopped in "_system_post_cinit()" but CCS is not able to locate the source code for that. It will show that message and prompt you to provide the location where the source is located…
Part Number: TMS320F28374S
F28374S 系统频率 200MHz,我在建立自己的工程,测试定时器时发现周期不对:
// // Configure CPU-Timer 0, 1, and 2 to interrupt every second: // 1ms second Period (in uSeconds) // configCPUTimer(CPUTIMER0_BASE, DEVICE_SYSCLK_FREQ, 1000); configCPUTimer(CPUTIMER1_BASE…
Part Number: PROCESSOR-SDK-LINUX-J722S Other Parts Discussed in Thread: MATHLIB , FFTLIB
Hello, TI experts
We are currently using the TDA4VEN to develop an ISP application based on SDK 11.00.00. A traditional brightness enhancement module implemented in…
Hi,
You can go through " C2000 Software Frequency Response Analyzer (SFRA) Library User’s Guide (Rev. A) " for using SFRA Library. There is an example showcasing SFRA functionality in "C2000Ware_DigitalPower_SDK_5_vv\libraries\sfra\examples" which…