Forum Post: RE: CCS 6 and C6748 - linker warning
Hi Andreas,I am sure you are already up and running with SYS/BIOS, but let me expand on my comment. TI-RTOS is intentionally only supporting ELF output format; not COFF. The example project is set to...
View ArticleForum Post: RE: Error updating DSP/BIOS 5.20 to 5.42
Hi David,DSP/BIOS 5.20 ROM cannot be used with DSP/BIOS 5.42. If you are interested in using the ROM, you will need to stick to DSP/BIOS 5.20. Otherwise, moving to 5.42 will require that all code be...
View ArticleForum Post: RE: Package close ordering logic
The user's script always finishes before packages are closed, and your problem is definitely not related to close() functions ordering. That should be easy to check, just add a couple of print...
View ArticleForum Post: RE: How to catch the moment when NDK has received data from TCP...
Hi Vitalii,recv and recvfrom are part of the TCP/IP stack standard. Callbacks cannot be hooked into the stack to handle cases where information is received.[quote user="Vitalii Kukush"] or I must...
View ArticleForum Post: RE: empty rtsc project, add xdc.useModule('module name') got...
Hi Emmanuel Trinidad - Alicea Johannes I create a task, now the task function can work. just need modify the gel, add following code to gel#define CM_ALWON_TIMER_1_CLKCTRL (PRCM_BASE_ADDR +...
View ArticleForum Post: RE: USB host issue with WINCE7 AM335X BSP
// in CHW::AllocateHostEndPoint() if (TransferType == TYPE_BULK) { //Disable the shared bulk EP funciton. So that EP8-15 can be used quickly /* // Search for...
View ArticleForum Post: ISDK v1.1.0.4 ethernetip_adapter demo RMIIClock_setup() function
I am evaluating ethernetip_adapter example in ISDK v1.1.0.4.When I use ICEv2.1, RMIIClock_setup() function is always performed.It configures Clock IC(CDCE913) as 50MHz operation, which is used by...
View ArticleForum Post: RE: DDR located logger buffer for multicore C6472
HiAfter experimenting with the current settings, I'm not sure the BIOS is doing a good job at partitioning up the DDR. Sometimes I get a lot of logs from core 0 and few from core 1, then more from core...
View ArticleForum Post: RE: TI-RTOS NDK HTTP SERVER ISSUE
Please refer to the following link: http://processors.wiki.ti.com/index.php/TI-RTOS_TM4C129_Emac_Issues
View ArticleForum Post: RE: Hwi Sysbios
Hi Shubham,Take a look at the SPI driver for Tiva. It is a thread safe driver which already contains the blocking mechanisms for use with multiple tasks. Thanks,-- Emmanuel
View ArticleForum Post: RE: Log_info form Float number format
Hi Fabio,I don't think System Analyzer will format the %f correctly, at least I couldn't get it to work. However, there is a way around this problem using LogSnapshot. Here is an example of how I did...
View ArticleForum Post: RE: Package close ordering logic
I added the loop based on ModB.$instances.length as you suggested, and it is reporting back the default value as well, not the values configured in the user script.ModB.$instances[i].<instance...
View ArticleForum Post: RE: RTOS 1.10 is *NOT* compatible with CCS Version 6.0 -- Use...
The driver for the TM4C129 devices is in TI-RTOS, so you don't need a separate NSP.Regarding the POSIX question, it would probably be better to start a new thread on that. Someone else on the team can...
View ArticleForum Post: RE: DDR located logger buffer for multicore C6472
LoggerStopMode will not work with the RTA tools in CCS 4. It works with System Analyzer, which I don't think is available on CCS 4, just CCS5 and 6. (I don't have a CCS 4 installation, so I cannot...
View ArticleForum Post: RE: Problem in integrating SysBios to makefiles
Hi Anshul,I have sent you an E2E friend request. That will allow you to send messages (share files) privately.Best,Ashish
View ArticleForum Post: RE: Splitting DDR3 issues (C6678 EVM)
Hi Gunnar,What versions of CCS, MCSDK, SYS/BIOS, XDCtools are you using?Thanks,-- Emmanuel
View ArticleForum Post: RE: Starterware Modification for eMMC
I have added eMMC support to the StarterWare SD Card example. It is a large amount of work as the differences between the MMC protocol and SD protocol are quite large. I used the u-boot driver, linux...
View ArticleForum Post: RE: How to access GPIO using LINUX on OMAPL138
The clock phase and polarity are controlled by the POLARITY and PHASE bits of the SPIFMTn registers. Try all four combinations of PHASE and POLARITY. I have a suspicion that TI's definition of phase...
View ArticleForum Post: RE: Network problem in EK-TM4C1294XL
Yes, you are right. Roberto. Both of Steven's and your posts are essential to solve this issue.In fact, I am not a beginner of SYS/BIOS. When I see your post, I modified the clock rate in XGCONF. Then...
View ArticleForum Post: RE: knl.Clock and knl.Swi call context priorities
Hi Jose,What device are you developing for? What SW products are you using (CCS, SYS/BIOS, XDCtools, UIA, IPC)?[quote user="Jose Lopez1"]a. Is there any trick I can do so I can play with the priority...
View Article