Forum Post: RE: Log_info for a float?
Hello Derek,I have the same problem with C6748LCDK. I am using: - CCS5.5- SYS/BIOS 6.35.4.50- UIA 1.3.1.08- XDCTools 3.25.3.72In the code:int intData = 1234;float floatData = 12.34;Log_info1("Tekst...
View ArticleForum Post: RE: No debug print after Linux kernel starting OMAPL138
Hi,Have you enabled "early printk" support in menuconfig ?Have you checked machine ID between kernel & u-boot ?Have you modified the default UART port which is used by either kernel or u-boot?What...
View ArticleForum Post: RE: UART transceive
Hi Daniel,You can check the Uart Edma example provided in the StarterWare 02.00.01.01 package for some reference on UART Edma usage. It demonstrates Uart Edma usage for UART0 instance.Regarding the...
View ArticleForum Post: RE: Using the IPC library and remote proc
Vincent,I am running into the problem of when I try to run the Host side code on the ARM, the Ipc_start() function hangs or blocks on its call. The research that I have done says that I need to...
View ArticleForum Post: AM3359 ICE SPI0 problem
Hi!I am trying to run SPI0 outputs on AM3359 ICE V1 board by modifying ethercat_slave example code:I am initialising it usingMcSPIInit(MCSPI_INSTANCE_0, 48, 1 ,MCSPI_SINGLE_CH, MCSPI_CHANNEL_0);and...
View ArticleForum Post: RE: GNU examples for EK-TM4C123GXL fail to start unless debugger...
Chester,Ok, these are interesting results you've found. I'll get this set up and see if I can reproduce this tomorrow.Steve
View ArticleForum Post: RE: SYS/BIOS task stuck for PCIe connected TMDXEVM6678L
Hi Steve, Basically the Desktop-Linux-SDK is an SDK used to lod application to TMDXEVM6678L via PCIe from a Linux host. Here is the link:...
View ArticleForum Post: RE: CDC known issue of ti2013.12.01 Linux Kernel
Hi Franklin,Did you have any information from your development team for this patch?Any comments would be appreciated.Best regards,Kanae
View ArticleForum Post: RE: When fdClose()/fdSelect get an error, what error type can be...
Hi Steve,Thank you for your information on the ID.Best regards,j-breeze
View ArticleForum Post: RE: CCSv6 unable to create a custom RTSC platform
Sorry for the previous post here is the picture which i posted. Regards,Nitish
View ArticleForum Post: RE: TI-RTOS v2.00.00.22 - Ethernet not functioning on...
Hi Todd,I finally found a solution to this problem and I had tested that is working to my new control card. Below is my change to file TMDXDOCKH52C1.c. Please feel free to give it a try....
View ArticleForum Post: RE: No debug print after Linux kernel starting OMAPL138
Hi Titus,Thank you very much for the quick answer!I did everything I found in articles you have provided. But the picture is the same:## Booting kernel from Legacy Image at c0700000 ... Image Name:...
View ArticleForum Post: RE: SENDING DATA FROM AM335X SPI MASTER TO FLASH
Hi,I am trying to configure am335x as master to send data to MSP430(slave) on MCspi and I have come across this discussion on the forum, can you help me how to configure it as am335x has 48MHz spi...
View ArticleForum Post: RE: Starterware USB Library for AM335x GP EVM
Dear vineeth, Things become quite difficult,we have a 3G evm works based on AT commands & while connecting to the Host(both windows & Linux) creating virtual com ports for...
View ArticleForum Post: RE: How to get the error warning and info strings to a file
Dear Steve,I’m using the loggerbuf because for these events I could easily write my own functions to format the event en send them over an interface through our system. For the UAI events I could not...
View ArticleForum Post: Ethernet over virtual com port & Packet processing with LWIP
Dear all, I have few questions regarding LWIP & Serial interface.1.Shall we use LWIP for processing of Ethernet packets coming from serial interface?2.Is it possible achieve a Ethernet...
View ArticleForum Post: RE: BIOS port E_createFailed: mdCreateChan returned error -139
Hello Steve,We are not using SYS/BIOS legacy support in our app. We do not have xdc.loadPackage(‘ti.bios.tconf’) line in *.cfg file.Can you please look into following ? We changed device configration...
View ArticleForum Post: RE: Migration from standalone app to DSP/BIOS with the...
Steven, thank You for optimistic answer!1.Could You comment my doubts about the configuring of DSP modules through registers with CSL, BSL instead the using of PSP-drivers, please? (see my yesterday...
View ArticleForum Post: How to use a relative path in xdcpath to specify platform location?
HiI am using CCS 5.5 and SYS/BIOS 6.35. I am using a custom platform (called MY_PLATFORM here to obsure true name), which I specify in my xdcpath as...
View ArticleForum Post: RE: Problem with New Platform wizard in CCS v6
Phil,I can replicate the problem. I'll see if we can find a workaround or we'll need a patch release for it.
View Article