Forum Post: RE: GPIO_IRQSTATUS(n) clarification
Hello, Kiran! So you're saying that in: GPIO_IRQSTATUS(n) the value of "n" can be only 0 or 1?
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Ivan Matrakov , Thank you so much for bearing me patiently. Yes. As you said, it seems uEnv.txt is not required. Seems it is directly taken care by bootargs present in am335x_evm.h file. Am i...
View ArticleForum Post: RE: GPIO_IRQSTATUS(n) clarification
Hi Lubomir Bogdanov,Yes. The value of "n" can be only "0" or "1". n = 0 for interrupt Line 1n = 1 for interrupt Line 2Regards,M.Jyothi Kiran
View ArticleForum Post: RE: Use Sys/Bios instead of DSP Bios. Platform c6657,
The old platform is the C416. Also the new DEV_Obj in DEV.h has less elements than the DEV_Obj in dev.h Moreover, the ti_ sysbios _io_DEV_DeviceParams in DEV.h has only one dummy field. Can we populate...
View ArticleForum Post: RE: NDK: High task stack usage with TCP loopback
Hello Moses, I didn't make any changes to the NDK. But my application is using the legacy configuration API instead of XCONF (enableCodeGeneration set to false). This is why you may see other task...
View ArticleForum Post: RE: HEVC encoder hangs randomly
Hi Andrey, Just insight, Usually hangs happens at mention function when all tasks of current frame are not completed, and lock acquiring was not possible. We are working with your test setup to...
View ArticleForum Post: How to use System_printf in tirtos_simplelink_2_11_00_03_eng
Hi, I want to use System_prinf in tirtos_simplelink_2_11_00_03_eng on M3 (MCU) But I try many way my search on TI E2E but still print nothing. Thank
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Ivan Matrakov , In continuation to the above mail, in uboot include/configs/am335x_evm.h contains #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x80200000\0" \ "fdtaddr=0x80F80000\0" \...
View ArticleForum Post: RE: Porting new codec for am335x
Dear Yordan, Am awaiting for your replies, Could you please provide any inputs w.r.t my 2 queries posted above as early as possible Many Thanks in advance
View ArticleForum Post: RE: Is AM3352 NAND BCH-8 ELM PAGE MODE (wrap mode 4) compatible...
Dear Biser, this is not a Linux question (I am using Windows EC7), but a question regarding the GMPC-ECC-BCH and ELM interaction. If it was in my power, I would contact the ASIC designer of the ELM and...
View ArticleForum Post: RE: Beagleboard with USB OTG
Hi Ran, After compiling a modules you have to copy them to the file systems and next to insert. If they are available and you have again this problem could you try to compile these modules into the...
View ArticleForum Post: RE: Porting new codec for am335x
Hi Srini, Regarding the routing: "ADC", "VINL1", "ADC", "VINR1", "ADC", "VINL2", "ADC", "VINR2", "VOUTL", "DAC", "VOUTR", "DAC"; The above routing is correct, but I am not aware of your use case. As I...
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Vijaykumar, This log is for SDK 6 NOT for SDK 7. The contents of sd-card for sdk6 is differen from this for sdk7. If you want to use sdk6 as I see you have to copy on a boot partition MLO,...
View ArticleForum Post: TI-RTOS
Are there royalty fees (that the development company is charged for ) for the run time use of TI-RTOS on delivered products/hardware after development.
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Ivan, ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install.bin this is the image I ve downloaded for TI website 4days back. ti-sdk-am335x-evm-07.00.00.00 This is the folder I ve got on my PC in {HOME}...
View ArticleForum Post: RE: TI-RTOS
James, There are no royalty fees for TI-RTOS. Only license restriction is that it must be used on a Texas Instruments processor. Regards, David
View ArticleForum Post: RE: USB CPPI4.1 DMA Not Working for Endpoints Morethan 4 in...
Hello All, If anyone already faced this kind of problem , please provide some support to address the problem. Is this E2E forum is alive? Please TI Engineers provide information regarding questions on...
View ArticleForum Post: RE: C6747 NDK Ethernet Transfer Large File
I found my issue, it appears there was a recv call being made in the transfer loop. Removing the call has fixed everything, thank you for your support.
View ArticleForum Post: RE: NDK task priorities vs. application task priorities
Hi John, There is a known bug in NDK due to which the updated configuration values are not visible in NC_SystemOpen() function as it is called very early. Since NC_SystemOpen() is responsible for...
View ArticleForum Post: RE: Steps to add the NDK to an existing SYSBIOS project running...
Dean, Yes, it should be fine to place the driver sources into your project if that is easier for you. There is a driver guide that ships with the NDK that should be helpful to you for this, please have...
View Article