Forum Post: RE: SRIO Direct I/O Read/Write 6670
Hi, I was trying to understand boot sequence for srio switch(cps1432), and i need some help. May be this question is simple but i did not understand. At 1st stage cps1432 switch initialization sequence...
View ArticleForum Post: RE: Atomic conditional before entering IDLE
Hi Alfonso,A correct solution can only be given after understanding your complete design flow. There are many open questions. Few are here.1. where do you again reset the bworkPending = false in the...
View ArticleForum Post: RE: TFTP in C6678 IBL
Hi Avinash,I'll tell the problems I got trying to use the TFTP boot.I see that you're usingibl.bootModes[2].u.ethBoot.blob.startAddress = 0x9E000000;So it's a multicore application and you used MAD...
View ArticleForum Post: RE: 6678 I2C EEPROM programming procedure for new / custom board
Rahul-Thanks for this guidance, these are helpful.Currently I'm in a customer location and there is time pressure to test I2C boot. What I need to know is where in the .bin file, after it's loaded to...
View ArticleForum Post: RE: error coming while debugging the dsp sample code for omap...
Hi,In addition to that you can run OMAPL138_LCDK at 300MHz also,Try to change the TCLK to 1MHz in target config advanced settings.The same issue has been already raised and got closed.Please have a...
View ArticleForum Post: RE: DM8148 gstreamer pipelines SIGSEGV
Hi Anonymous Developer, In the past we were able to run a similar script for more than 7 days, adding more instances of the scaler to the pipeline causes the problem to appear faster. With just...
View ArticleForum Post: Issue Debug ARM on MityDSP-L138F
Hi,I am working on the MityDSP-L138F with a Blackhawk XDS560v2-USB System Trace Emulator.When I try to debug the ARM code I get this error :ARM9_0: Output: Target Connected.ARM9_0: Output:...
View ArticleForum Post: RE: BIOS SPI using GPIO as CS
I assume PINMUX3_27_24_GPIO8_2 is 4. That would mux in GP8[2]. The GPIO driver appears to use a 1 based numbering so GP8[2] should be have a pin number of 8x16+1 = 131. So your code looks good so far....
View ArticleForum Post: RE: SDK 5.05.02.00 patch file - recommended/required?
Hi David,I solved the I2C mess which is probably the reason why the omx stuff works and the gst stuff only sometimes, depending on the status of the IO expanders. Also, in both SDKs (TI & RR) the...
View ArticleForum Post: RE: To add DEI link affects the image quality
Badri,Thanks for your reply! (1) scCfg[outId].bypass = FALSE; 4 YUV frames before DEI : 4 YUV frames after DEI: the quality of image so bad! (2) scCfg[outId].bypass = TRUE;...
View ArticleForum Post: RE: TMS320VC5502 - TMS320C5502 _TIMER_SUPPORT
Hi,I am also facing the same issue highlighted by pierre. HW platfrom is the same. Curious as to what is the solution arrived at. Please share. Thanks,J. Mathew
View ArticleForum Post: RE: C6748 secure secondary bootloader
Hi Rahul,Thank you for the info.Would this be possible during the normal execution of an application?Can you perhaps please provide me with some example code?
View ArticleForum Post: RE: C6670 and DDR3 problem: DDR3 does not respond
Bill,We have prepared the excel files ((Please visit the site to view this file)(Please visit the site to view this file) ). Still, one of the C6670 passes the write/read test, whereas the second one...
View ArticleForum Post: RE: Examples in the BiosMulticoreSDK_2.1_UserGuide.pdf
The problem have been found: old version of the compiler.Thanks for all !
View ArticleForum Post: RE: C665x shared I2C with dsp powered off
Hi Massimo,The C6655 IOs are not fail-safe and no voltage should be applied if the supply voltage for the IO cell is not present. The I2C might operate for the devices that are powered but you may be...
View ArticleForum Post: RE: TFTP MCSDK video in big Endean mode
Hi Hongmei,Any suggestion?RegardsVinit
View ArticleForum Post: RE: How to use u-boot to boot the *.bin generated by ccs5 as...
Hi, @Brijesh JadavCan you help with this problem?I have load the binary file generated by ccs5 to the board, and then I used "go" command to jump to its entry point. Then the uboot just hang on. Is it...
View ArticleForum Post: BCP for DCI
Hi Ti folks,My question is regarding Multiple LTE PDCCH.As i understand from User guide flow diagram CRC has to be done on software.How are the headers prepared for other modules ?Is there any example...
View ArticleForum Post: RE: DM648 Using both Video Port 0 and GPIO
Hi,Please give me an answer as soon as possible. Your prompt reply would be appreciated.Best regards,Daisuke
View ArticleForum Post: RE: .const section appears without any .const keyword
The compiler does not make such variables const. It's more likely to be string constants and initializers for local variables. It could also be const data from the library. Please generate the...
View Article