Forum Post: RE: Running dm6446_h264enc_02_02_00_02_production example...
Hi Aaron,To have the H.264 example running on the C6748, I didn't had to change anything else other than the device variant, the cmd file, the ccxml file and the DMAN3 configurations mentioned above....
View ArticleForum Post: RE: How to relocate the NDK buffer to DDR while keep the local...
Hi, SteveThe local variables in the function called by daemons are still assigned to DDR even I usedbios.TSK.STACKSEG = prog.get("IRAM");I think the reason is that I used the following...
View ArticleForum Post: Ti RTOS on TMS570LS1115
It is possible to addapt the TI-RTOS to the TMS570LS1115??and how?? Or is there any other free options?? On C...Best regards
View ArticleForum Post: RE: ice v2 i2c led example help
I'm not sure why your code is saying boardType is ICEv1. What modification triggered this?Regards,Vinesh
View ArticleForum Post: RE: undefined symbol...
The function is declared in cpsw_ethdriver.h and defined in cpsw_ethdriver.c . If you are linking sys_bios_driver.lib , then not sure why you are getting a linker error.Regards,Vinesh
View ArticleForum Post: EtherCAT in Run mode (Synchronous)
Hi,We are working on AM3359 ICE Board, SDK 1.1.0.3 / EtherCAT Application in Full feature using SSCWhile Executing Ethercat app in Synchronous mode, Using TWINCAT Master on Windows XPWe found the...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Hi Rajeshkumar, As far as i know, ADV7180 Linux driver is not supported by default for DM8168 platform, you will have to support for this driver, This requires connecting DM8168 master driver with the...
View ArticleForum Post: DSP/BIOS example code running on DSK6713
Hi,I have downloaded the codes from Spectrum Digital for DSK6713 http://c6000.spectrumdigital.com/dsk6713/ and imported example codes in CCSv5.4 version. Included DSP/BIOS_5.41.xx.xx version and also...
View ArticleForum Post: RE: Mcbsp_LOOPJOB_ENABLE transmit fails
Hi Mike,Not sure if you'll get this post, but thanks in any case! More than 3 years later it proved to be very helpfu...
View ArticleForum Post: am335x prefetch and write-posting engine
Hi all,In order to improve the performace of Nand R/W, i look up the spruh73K and browse chapter 7.1.3.3.12.4 ,I wonder is there any demo in startware for user reference? Regards,stone
View ArticleForum Post: Semaphore_Handle inisde an struct
Hello all,I'm using the TMS320F28335 with sysbios an in order to improve my program I would like to add the handles of two semaphores into a struct which some other variables and I'm having some...
View ArticleForum Post: RE: NOR flasher hangs on ICE board
Vladimir,Apologies for the long delay.On ICEv2, an external buffer is added to avoid conflict between SYSBOOT and other signals(PRU MII, GPIO etc). On power up, the buffer will be enabled by default...
View ArticleForum Post: RE: undefined symbol...
Frank, Using the 2.23.2.03 NDK and building it using DEBUG_LINK_STATUS and USE_CPSW_DRIVER predefined symbols, the build completes, but the .map file does not show the...
View ArticleForum Post: RE: ice v2 i2c led example help
So I erase any code on the board using the spi-flashing tool. Then I flash the spi-flash .bin file. Then I load the example .bin file and it works. When I import the code and build it then run it I get...
View ArticleForum Post: Undefined symbols in ethernetip_stack.lib
We are trying to build a AM3352 sys/bios system with the NDK instead of lwip. We now have several linker errors that are related to our use of the ethernetip_stack.lib. Versions:Processor...
View ArticleForum Post: RE: Ti RTOS on TMS570LS1115
Hi Miguel,TI-RTOS does not support Cortex-R devices at present. I would recommend looking at the Cortex-R4 OS options mentioned on the TI website:...
View ArticleForum Post: RE: questions about “boot Linux kernel on EVM6678L”
Hi, Jerry,When I say CCS is not needed, I meant that you don't need to run CCS, but you do need to install it for the dss script file. However, you can test the connection before you program evm by...
View ArticleForum Post: RE: Context Switching Benchmarks with TM4C1294
Hi Cameron,Using the benchmarks we have for TM4C123GH6PM board I would estimate the context switch time to be around 71 cycles on a TM4C129 board.(Referring to same computation logic mentioned in...
View ArticleForum Post: RE: Problems using ECPY with multiple transfers queued up
That's great Ralph,Yes, your change to increase the resource handle's PaRams is necessary. Glad this fixed your issue.Best regards,Murat
View ArticleForum Post: Tiva and RTOS Execution Graph ?
Is it possible to show full graph (with HWI and SWI ) on Tiva C?How :) ? I tried to use LoggerSetup and it didnt work. There were only Tasks and one SWI i one HWI ( SysTick ).There was no possibility...
View Article