Forum Post: RE: Failed to use Single-shot mode on DM365
Hi, I come to the same issue now,and when i config dm365_imp.oper_mode=0 in the uboot args,it works well;while ,when I config dm365_imp.oper_mode=1;It fails to get image captured print log as...
View ArticleForum Post: RE: bq27541 driver ?
Hi,In my understanding,If your device is bq27541 then you can use the "bq27541_battery.c" located at "drivers/power"I think "bq27541_battery.c" file is specifically to bq27541 IC and it is not...
View ArticleForum Post: RE: PRD_tick not defined error when migrated from DSPBIOS to SYSBIOS
Hi Judah,Yes, according to this document, PRD_tick is not supported.But the issue is that I truly need to invoke it in my project, is there any alternate way to replace it with off-the-shelf BIOS6 API,...
View ArticleForum Post: RE: #41 expected an identifier
(Please visit the site to view this file)sure here it is.
View ArticleForum Post: RE: E_dataAbort caused by internal error
Joey,You can point the source code to your installation of CCS.Also, you will need to view the disassembly window and dig a little deeper.The exception is happening in a Swi which runs on the ISR stack...
View ArticleForum Post: RE: Can I get a calling context table for IPC v1.25 APIs?
j-breeze,Can you be more specific on which APIs you want to call from Hwi?In general, you should keep your Hwi's small and do most of the work in a Swi or Task. A typical example would be to have a...
View ArticleForum Post: RE: Conditional statements in .cfg file
Hi,Moved this thread to correct forum.Thanks.
View ArticleForum Post: RE: PRD_tick not defined error when migrated from DSPBIOS to SYSBIOS
Allen,The basic functionality of a PRD is equivalent to a continous or periodic Clock instance in BIOS 6.x.There are some differences though, like PRD runs at SWI level in BIOS 5.x but Clocks run a Hwi...
View ArticleForum Post: RE: RTA service causes erroe
Hi,Its unclear what the error is? Is it a linker error?See the following for some tutorials and guides:http://processors.wiki.ti.com/index.php/Multicore_System_AnalyzerJudah
View ArticleForum Post: RE: Problem when using RTA Agent
Hi,Moved this thread to correct forum.Thanks.
View ArticleForum Post: RE: SRIO TRANSACTION FAILED
Xining,This printout did not come from BIOS as BIOS does not have a SRIO module.What else are you using in your app? IPC?Judah
View ArticleForum Post: RE: Patch: keep stack 8-byte aligned in ISR (corrupt printf)
Hi Orjan, I got your point. will it be better to make sure that the stack pointer is 8-byte aligned while the initial stack is setup (init.s). Doing the adjustment in isr will added to...
View ArticleForum Post: RE: Problems with DSPLink on the OMAP-L138
Hi Ramsey,Thanks for the tips and do agree that is one of ways to work out.I would like to chat with you a puzzle thing that bothers me. As we knew to use dsplink is to speed up some code in dsp core....
View ArticleForum Post: RE: Scheduling two tasks and one ADC interrupt
Mario,I think the issue here could be the Priorities of your Tasks?You should try it with Just Task2 and see that Task2 gets executed.The only other possible issue is if your ISR happens to quickly,...
View ArticleForum Post: RE: AM3517 USB HOST PORT2 WEC7
Hi,GSR, Thanks for your answer.Yes, there is a hardware sharing between both the interfaces by checking in the schematic. For test purpose if you need this you have to modify the BSP catalog item?...
View ArticleForum Post: RE: Is DSPLink configuration valid?
Hi raormanrat,In both cases (when address passed to DMA is below or above 0x9a000000) destination memory is allocated by CMEM, so I hope I should not verify after CMEM's work. Source memory is not...
View ArticleForum Post: RE: Dose c6657 support all Hwi masking options?
Hi Judah,Thank you for your reply, and I'd like to ask you one more question that is related to IPC.I found your post below and you mentioned in the post that the Hwi created for IPC does not mask out...
View ArticleForum Post: SPI_Transfer with Null Rx buffer fails
According to the TI0RTOS 1.21 Getting started guideThe txBuf and rxBuf parameters are both pointers to data buffers. If txBuf is NULL, the driver sends SPI frames with all data bits set to 0. If rxBuf...
View Article