Forum Post: RE: Unresolved Symbol link error using Grace snippets and C++
OK, this works IF you add it before the include extern "C" unsigned char eSPI_isBusy (unsigned int baseAddress);#include <driverlib/5xx_6xx/espi.h>If you reverse the lines you get: error #339:...
View ArticleForum Post: RE: enabling low level debuging in kernel on serial port
HI,kernel source :- https://github.com/cp15/openwrt-bbbBBB EVM boardPFA the defconfig file.(Please visit the site to view this file)thanks,regards,sumit
View ArticleForum Post: RE: DM8168 Codec Engine enable logging.
Janet,Sorry for the late reply, but I wasn't in the office, thus, I couldn't make the log output.I attached my current log content.Issue occurs between #:00418 && #00420.As can be seen, there...
View ArticleForum Post: RE: OMAP L138, DDR2 PSC config before DEEPSLEEP failed
Hello,[quote]What are the difference between your custom and EVM board while you are running these test cases (applcn level) ?In your custom : Are you running any app while DS mode ?[/quote]The test...
View ArticleForum Post: RE: Interfacing (SN65LVDs93ADGGR) with AM3352
There is a possibility to show code formatted which makes it much more readable - especially when it it THAT much.
View ArticleForum Post: RE: Possible ways for the application user from ARM core to...
Saroj singi,Welcome to the TI E2E forum. I hope you will find many good answers here.In addition you can find some details through the TI.com documents and the TI Wiki Pages.Be sure to search those for...
View ArticleForum Post: RE: External Flash Memory Support
NIck, may I jump in here because I have a related query.I need to store large amounts of data at relatively low power and low speed. SDXC cards are the FLASH card format with the necessary data...
View ArticleForum Post: RE: SYS/BIOS Ind. SDK Questions
Hi,bsp_pdi_write_indication is used by application to indicate write to special ESC registers which firmware needs to handle and value is needed only in the case of write to SM PDI control registers...
View ArticleForum Post: RE: SYS/BIOS Ind. SDK PHY address problem
Hi,We will assess what it takes to support this functionality and get back to you. Meanwhile can you contact me at pratheesh at ti dot com - I have some followup questions which we can do offline...
View ArticleForum Post: grlib listbox example
I am using the TIva 129 eval board and want to use the grlib listbox. I don't see an example for this widget does someone have one.
View ArticleForum Post: USB HOST CDC-ACM CLASS DRIVER in starterware
Dear all, We are working on to write a CDC-ACM (HOST) class Driver in starter ware by taking usb MSC and HID Class a skeleton for the Development.We are succeeded up to the enumeration...
View ArticleForum Post: Clock allocation/deallocation
Hallo,I have TI-ROTS 2.00.01.23.I have a task that schedule a deferred function call using Clock:Void myTask(UArg arg0, UArg arg1) { Clock_Params clockParams; Clock_Handle myClock;...
View ArticleForum Post: RE: MessageQ and IPC problems
[quote user="janet"]Hi Ronny,I'm glad to hear your configuration issues are solved. I'm not sure what 'payloadSize' in your code is, but maybe that is incorrect. You could try passing sizeof(MyMsg)...
View ArticleForum Post: RE: function deferred execution
Found a solution using Clock_create() and Clock_start().Is that the right way?best regardsMax
View ArticleForum Post: Boot TI-RTOS from eMMC
I initially posted this in the wrong forum.Beagleboards can boot off of eMMC I would like to do the same but with TI-RTOS.What I want is on our product to not have a micro SD card. We are running with...
View ArticleForum Post: RE: How to tell if SWIs are disabled?
Scott,Would you be able to tell me if and what version this issue is fixed for the c55x? Also is there any work-arounds/protections in our application code we could implement if we stay with...
View ArticleForum Post: RE: Problem with audio recording on TI AM335X EVM.
Thank you for the loopback idea. I tried it and it is not working o my evm335xIf I try the same loopback on my Ubuntu machine, it works fine. I can hear form speaker, the sound that going into...
View ArticleForum Post: RE: Prebuilt uboot.bin file for AM335x Starter Kit
Adding to the above statement, for the pre-built to work, then the memory device, clock, layout must all the EVM-SK. Otherwise a port process will have to be done.
View ArticleForum Post: Enhancement request spruex3m
Gents:It is really annoying to have to grep the entire TI CCS tree to find out which header file needs to go with a particular RTOS call. For example, in section 4.4, can you please add that "you need...
View ArticleForum Post: RE: Unresolved Symbol link error using Grace snippets and C++
For the record: I think this is the best solution:Wrap all the grace / driverlib includes in: extern "C" { .... } Under Project Properties->Build->Compiler->Advanced->Langauage check "Treat...
View Article