Part Number: PROCESSOR-SDK-TDAX Hi Team,
My Ethernet phy is dp83tg720, it is boot strapped to master mode. I want to overwrite in software to slave mode. So I write 0x1834 register to 0x8001 for changing it to slave mode. I read back and I see it getting…
Part Number: PROCESSOR-SDK-TDAX
Is it possible to flip/mirror the source image on-the-fly along the x/y-axis to create a mirror effect on the source data?
Part Number: PROCESSOR-SDK-TDAX Hi, TI experts! I want to install the c6xsim but the link below is not more available https://processors.wiki.ti.com/index.php/Run_Intrinsics_Code_Anywhere
How can I download c6xsim?
Thanks,
Timur
Part Number: PROCESSOR-SDK-TDAX Hello:
When I run the usecase 6,that is Null Source (SD/Network) Input + Radar FFT (EVE1) + Null (SD/Network),by SD mode,it has an error which displays
"[IPU1-0] 53.764533 s: UTILS: MBX: Utils_mbxSendCmd(): Msg Alloc…
Part Number: PROCESSOR-SDK-TDAX
When I run the PTK demos in Processor SDK 7.3, I see several failures as shown below. How can I fix this issue?
(1153) PVR:(Error): PVRSRVFenceWaitI: sync_wait failed on fence 120 (22 Invalid argument) [ :0 ] (1157…
Part Number: PROCESSOR-SDK-TDAX Hi all,
I have a Vision Application implemented on OpenVX using PSDK and Vision Apps for J7 SoCs.
The application is tested successfully on TDA4X board.
As a next step, I have to implement Routine control of the application…
Part Number: PROCESSOR-SDK-TDAX Hi Team,
My Ethernet phy is dp83tg720, it is boot strapped to master mode. I want to overwrite in software to slave mode. So I write 0x1834 register to 0x8001 for changing it to slave mode. I read back and I see it getting…
Part Number: J784S4XEVM Hello TI,
I downloaded RTOS SDK (for J784s4) 11_02_00_06 followed below steps Proxy Setup was not performed. cd ${PSDKR_PATH} ./psdk_rtos/scripts/setup_psdk_rtos.sh cd ${PSDKR_PATH}/sdk_builder make sdk_scrub make sdk -j8 make…
Part Number: PROCESSOR-SDK-TDAX
Hello all,
I have PSDK j7.
I have created a sample CPP file with required concerto.mak file and added relevant opencv libraries and linked them. OpenCV is working now inside Vision Apps
My application consists…
Part Number: PROCESSOR-SDK-TDAX Greetings :)
I have a problem with compiling of EVE-code on TDA2Px. I am compiling following code:
ps_loop->s_outer.u32_value = ps_loop->s_outer.u32_value / (uint32_t)4U;
ps_loop->s_outer.u32_value is 4, thus result…