Forum Post: RE: AM3517 UART4 RX cannot read more than 64 bytes at a time
Search RxDmaRequest in *.reg files.Disabling dma solved my problem of UART2 too.
View ArticleForum Post: RE: UART receive error when data length is greater than 64?
disabling dma solved my problem as athttp://e2e.ti.com/support/embedded/wince/f/353/t/205265.aspx
View ArticleForum Post: RE: Question about TSK_delete?
HI,I dont't think so, you can only delete tasks that are not running. And in this case the task is running.If you try you get an error like this: ti.sysbios.knl.Task: line 736: assertion failure:...
View ArticleForum Post: RE: Using SYS/BIOS Industry with other eth. PHY hardware
Pavel,honestly I don't know... there could be many dependencies here that I don't know.Regards,
View ArticleForum Post: RE: can't write to EHRPWM_HRCNFG register of PWM module
Hi, I've experienced the same problem indicated by Herbert Herzog. I'm able to fully manage the PWM registers (SOC_EPWM_2_REGS base address unit) but there is no way to modify the register located at...
View ArticleForum Post: RE: Sending large data with enetLwip_sysbios
Prad,You can find more info about LWIP here - http://savannah.nongnu.org/projects/lwip/On debugging the CPSW driver, most of the functions are contained in cpswif.c and lwiplib.c . You can try...
View ArticleForum Post: RE: I set slice nunber = 5 but get 264 file with slice = 3
Hi Yaya,Please update your configuration with sliceCodingPreset = 1 which will take user defined settings.Please be noted that slice ends at row boundaries, so number of MBs in slice will be...
View ArticleForum Post: RE: Can't use logging in my Project
It's a C2000 Concerto F28M35 and I Use the CCS Version 5.5.0.00077
View ArticleForum Post: Future "official TI" releases for AM3715?
Hello all,The current "official TI" release for the AM3715 SoC (used by e.g. beagleboard-xM) is ICS-4.0.3.Does anyone have any idea when TI are likely to release future versions? I'm not looking for a...
View ArticleForum Post: RE: OpenCv on DM8127
Hi,just to close the issue. the problem was just caused by a compilation error; the file that includes opencv header had to be compiled with g++ in place of gccregards,Andrea
View ArticleForum Post: RE: Inquiry about Muti-Cal system EVM
Daekeon,Sorry, your posts is very vague. I'm not sure you are even in the right forum. What device are you on?#1. What program source are you asking for? SYSBIOS?Just trying to understand what you...
View ArticleForum Post: RE: Issues with task priorities in NDK
emil,I expect that it should work with PRI == NC_PRIORITY_HIGH. But, I don't think you should create the task with PRI == 1.Typically, the NDK network task is set to run at OS_TASKPRINORM (defaults to...
View ArticleForum Post: Help with ECU (VoLIB 2.1.0.1). 64ms filter not working properly
Hi,After 2 months having a C6746 DSP running ECU from VoLIB in real time in our custom board (working perfectly), we decided to do several more tests in other boards. We're facing some problems in our...
View ArticleForum Post: RE: 64+ DSP/BIOS 5.4x OBJ module?
We are using DSP/BIOS 5.41.03.17.The sample code is looping through TSK objects to check the stack. This code was written long ago and the real question is what documentation exists so I know how to...
View ArticleForum Post: RE: Enabling external interrupt: what should be checked?
Andrey,If it works without BIOS, I don't see any reason why it wouldn't work with BIOS. Without knowing the specifics, basically, your interrupt handler becomes a Hwi. You probably have some init...
View ArticleForum Post: RE: AM335x sgx drivers for Android 4.4 kitkat
Hi Martino, we are assessing the requirements for KitKat support and will provide further updates as those assessments are completed. If you need help sooner than later then I encourage you to...
View ArticleForum Post: Enable microphone Pandaboard ES. Problem
Enable microphone in my PandaBoard using HDMI but when I use DVI disability the microphone. What can be the cause?. As I enable to work with DVI.
View ArticleForum Post: RE: V4L error in MCVIP_v4l2Create()
Yes, I am somewhat familiar with the file board-dm646x-evm.c, because I previously added MTD NOR flash partitions. I was able to comment-out the CPLD items in that file. The app now gets past the...
View ArticleForum Post: RE: FatFS issues on AM3359 board
Hi Vineeth, thank you for the suggestions. I tried a couple of new card formatters, but they don't seem to produce the same results. I may just stick with FAT as that seems to be more stable for me.I...
View ArticleForum Post: Accessing D_CAN on Beaglebone
HelloI'm trying to access the D_CAN registers on the Beaglebone running Linux 3.8.13. I think I have all done right but the first time accessing the CAN1 registers at CAN1_BASE_ADDR 0x481D0000...
View Article