Forum Post: RE: TUSB3410 driver for Beaglebone (Linux)
Did anyone find the solution?I am also working on raspberry pi and interfacing it with ez430 rf2500. I guess i am out of luck.if anyone has done it already please help me out.thank you
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Dear Moses,Let me tell you what i tried to solve the problem,* Uninstalled all ti components and reinstalled them, did no work* Tried to build the project in another computer, did not work* Tried to...
View ArticleForum Post: demo/pmic.c: bad DEVCTRL value masking
Hi,The following code snippet in selectI2CInstance in demo/pmic.c for evmAM335x and evmskAM335x is wrong:/* Modify reg value */ i2cInstance = (dataFromSlave[I2C_0][0] &...
View ArticleForum Post: RE: H264 HP encoder padding issue
Hi BT,We have reproduced the issue.As you told it is with multicore.We observed that for 2nd frame onwards. First IDR was fine.Single core is working fine.We will work on this and will update...
View ArticleForum Post: RE: TI-RTOS - SPI and DMA Examples
Thanks Tom, very much appreciated![quote user="Tom Kopriva"]Yes. :) The uDMA in general.[/quote]:-)
View ArticleForum Post: TSC2004 driver for AM3517
We have a product based on the AM3517 Android 2.3 code. Is there a better driver for the TSC2004 than the one provided in the 2.3 gingerbread code? We are seeing multiple tap events for each tap and...
View ArticleForum Post: RE: tasks don't start
Jonathan,So when it returns from main, what happens? Does the program exit or is it stuck in the idle loop? Do you have other thread modules running?Moses
View ArticleForum Post: RE: SYSBIOS Task module lacking documentation
Moses,Thank you for the information."deprecated" should be mentioned somewhere in the documentation or the source code.I guess Task_FuncPtr Task_getFunc(Task_Handle handle, UArg *arg0, UArg *arg1);...
View ArticleForum Post: RE: CompIling error when using DSP/BIOS
Thank you Moses. After I build up a new project and import all the source code and configuration file into it, it works. XIning Yu
View ArticleForum Post: RE: Method for text file to force xdc rebuild
I don't know it this is a recommended way, you can get a better answer in the CCS forum, but what works for me is to edit makefile.defs, which is located in the top project directory, and to...
View ArticleForum Post: RE: Zero-Latency Interrupt on a 28335
Justin,Can I know what version of SYS/BIOS you're using?Moses
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Aaron, I see you have the code to setup the I2C interrupt which has nothing to do with SYS/BIOS but to get it to fire and be handled, you need to register it with the kernel Hwi dispatcher. In your cfg...
View ArticleForum Post: RE: Execution Graph Gaps due to Data Loss and Log Start Control
Sorry for leaving these details out...MCU is TM4C123 on the Launchpad. I am configured using Stopmode. I want to see tasks and Swi's but only at receipt of first character in my uart callback. I...
View ArticleForum Post: RE: DSP Firmware exit function(s) when stopped by firmware_loader
[quote user="Jose Lopez1"]I am looking for something similar as the xdc.runtime.Startup module that offersStartup_firstFxnsStartup_lastFxns etc ..[/quote]Jose,There is no "shutdown" or "exit"...
View ArticleForum Post: RE: Using SYS/BIOS with the TIVA C LaunchPad
Hi Moses,I was able to rectify the Include path problem. It struck me that since the /inc and /driverlib wee inside the TivaWare folder and I had given the path as Tivaware/driverlib the complier was...
View ArticleForum Post: write boot.bin to eMMC . BBB A5C
1. How can i write the boot.bin to eMMC. the boot.bin is compiled using the flag -DEBUG_UART.2. Our requirement is Like to load the app.bin always through uart. should be Executed in DDR3. As we are in...
View ArticleForum Post: RE: Our MLO doesn't work as same as Starterware MLO
Hi !!"Now I want our board " U mean u are trying to bring up a customised board. If its a customised board i would suggest to go for peripheral booting i.e UART. as the hardware complexity is very less...
View ArticleForum Post: RE: Getting A_invalidFree: Invalid free error
Moved this thread over to the device forum to help get it a faster response.Thanks.
View ArticleForum Post: AM37x crashed at suspend/resume
This issue is reported before. And the following patch has been patched.http://e2e.ti.com/support/embedded/android/f/509/t/225393.aspxbut my device still happens.When device is entering suspend mode. A...
View ArticleForum Post: RE: Sys/BIOS RTA on MSP430F5324 refuses to work.
Despite removing the line for Power Module, I am not seeing the CPU Load and I am not seeing interrupt events even though SYSBIOS Hwi has been checked. Are there any known bugs causing this? I have...
View Article