Forum Post: RE: Migrating DM6437/DM648 DVSDK 1.11 to CCS 5.5: Tconf not invoked?
Anthony,it's a question for the CCS forum. I doubt anyone in the BIOS team is testing import of CCS3 projects, but I could be wrong. If you want to look for differences between projects that work and...
View ArticleForum Post: RE: XDC error: Cannot read property "target" from undefined
Jens,XDCtools 3.23 is not compatible with CCS 5.4. You need to used XDCtools 3.25 or later.http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/
View ArticleForum Post: RE: Getting A_invalidFree: Invalid free error
Tom,this is a demo included with MCSDK it comes inside mcsdk_2_01_02_05/demos folder.One thing I remember when this problem appears is that I was working with 8 processor messages and I decided to set...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Aaron,the APIs Ashish was cautioning you about directly interact directly with SYS/BIOS's interrupt controller management; hence you should use the Hwi APIs to avoid unpredicted behaviors.SYS/BIOS...
View ArticleForum Post: RE: Does SYS/BIOS support new TMS320F28377D processor, and if not...
Daniel,The F28377D is supported on SYS/BIOS 6.37.01.04 with XDCtools...
View ArticleForum Post: RE: Configuring ADC interrupts in TI RTOS
Josh,are you using the M3 or ARM side (demo_m3 or demo_c28)?Can you post the error log? Which version of TI-RTOS are you using?[quote user="joshua ivaldi"]I am guessing that the header and c files...
View ArticleForum Post: RE: Using TivaWare GRLib with TI-RTOS
I can try to create a demo myself (as part of learning how to use TI-RTOS with the GRlib). Are there any guidelines you can provide me for this task?
View ArticleForum Post: RE: IPC3.x application tests problems
[quote user="Enrique Contreras1"]I have another question. Is mandatory including the "rproc_mem" parameter into the "bootargs" parameters?[/quote]Yes, rproc_mem assigns some memory to CMA that is later...
View ArticleForum Post: RE: Android Kernel
Hai stalinI stuck with two issues:1)I download a prepackage android ics source from TI but it has 2.6.37 basic kernel version but i need recent kernel 3.x How to i upgrade it????2)I'm using ICS for my...
View ArticleForum Post: RE: WEC7 USB driver with AM3517
Michi,USB mice and keyboards are indeed supported by the HID class driver in WEC7 so it should just work, provided you have selected the catalog item and done a clean sysgen.The catalog item you are...
View ArticleForum Post: RE: in linux add support for second SD card am3352
Yes, just make sure you call mmc1_init before you call mmc0_init.I think it will automatically be mounted, but I'm not sure.Steve K.
View ArticleForum Post: RE: CAN (Controller Area Network) Uboot driver
Hi Christophe,On my next board, the uart0 will be dedicated to can interface : so i just need canconfig candump canecho cansend cansequence binaries to make can work ?Yes, With little modification...
View ArticleForum Post: MATHLIB 3.1.1.0 MAS SWTOOLS issue
Hello(target is C6678, SYSBIOS 1.25)In mathlib 3.1.1.0 packages/ti there is no 'mas' folder as in previous errors.Then when a CFG tries to dovar Mathlib = xdc.useModule('ti.mathlib.Version'); it "...
View ArticleForum Post: DM368 IPNC 5_0 RDK Boot issues
I'm using dm368ipnc rdk 5.0 (provided by appropho).But the it cannot boot.My Log is :DM368 IPNC :>bootNAND read: device 0 offset 0x700000, size 0x1000000 16777216 bytes read: OKLoading from NAND...
View ArticleForum Post: RE: DSP MMU Error Fault! MMU_IRQSTATUS = [0x1]. Virtual DSP addr...
This seems to be pointing to a cache related issue that has been seen in the past when loading and running different slave core application that run DSPLink.DSPLink's Proc module allows the user to...
View ArticleForum Post: How to use the TI-RTOS GUI for modular code generation on the c28
Hello,I would like to know, if it was possible to use the GUI of TI-RTOS on the c28 for modular code generation on the c28 without having an OS on it. I have different ISRs in my file, which depending...
View ArticleForum Post: Is sys bios will be supported for new development Hercules TMS570...
Hi,We have a working implementation now with TMS570LS3, using sysbios 6. For the expected processors like tms570LC (300Mhz), is sysbios 6 will be ok? I've heard that it will be no supported anymore....
View ArticleForum Post: RE: Read Page Issue on 16 Bit NAND flash
Hi Elvis,The nand-flash-writer utility in the starterware package works for 8bit Nand device by default. You need to change it for your Nand part which is 16bit.
View ArticleForum Post: RE: How to stop a statically configured timer
just like to point to section 2.2.10 (page 41) for more details. Thanks again for the reference doc.
View ArticleForum Post: RE: DSPBIOS vs. RTSC
Hi Eric,see inlined.[quote user="Eric Mitchell"]I am trying to understand the relationship between SYSBIOS and RTSC which I believe is Eclipse related and the other answers were not clear to me. Does...
View Article