Forum Post: RE: IPC install problem
Hi Rob,Thank you! The build is now progressing...hasn't completed yet, but the fact that it's taking as long as it is, is a good sign.My system has three xdctools_xxxx directories. I believe two of...
View ArticleForum Post: RE: Changing FLASH address causes compilation failure.
The old way will not work for Cortex-M. I suspect it won't work for other architectures either, but I haven't checked that.
View ArticleForum Post: Need to build BSP for Davinci dm8148
Greetings,I'm returning to a project based on the dm8148 after setting it aside for quite a while. I am having a lot of trouble determining where TI's software support for this SOC lives these...
View ArticleForum Post: RE: TI-RTOS TM4C129X empty.c Example Problem
I take that back. Switching to "Via SWO" and now even removing the System_flush() does not fix the issue. I am having some very buggy issues when I try to debug. Sometimes the code will stop at int...
View ArticleForum Post: RE: NDK: blocking recv()
Can you please provide your full 4-digit version numbers? For example, SYS/BIOS 6.37.0x.yz. Where x, y, and z are numbers.Not sure if it matters, but the standard printf() code sets a hidden...
View ArticleForum Post: RE: What to do if all tasks blocked?
Do you have CCS connected? Are you familiar with the RTOS Object View tool? Try Tools->RTOS Object View and you should be able to see the state of your various Tasks.If your ISRs are very...
View ArticleForum Post: RE: multi-tasking on MSP430F26xx
Short answer is that you need to #include <ti/sysbios/knl/Task.h>.Longer answer is check the examples that come with the product. and read the Kernel User's Guide.
View ArticleForum Post: RE: Steps Needed to Support Log_info with SYSBIOS
As Todd stated, the BIOS version and part number would help.BIOS uses a timer to drive the periodic 1ms tick. I suspect that on rare occassions (every 8 seconds), the 2 ISRs happen at/near the same...
View ArticleForum Post: RE: timer / clock not consistently working
Ooops. Sorry. I see it is DaVinci. I suspect that you are colliding with some Linux timer use from the Arm side. Can you try a different timer id? The Clock module allows you to select a...
View ArticleForum Post: RE: Bug SDOCM0010658
Hi Tim --The bug id you posted is not an NDK bug. It looks like it is missing a digit. Can you repost with the CQ id?Thanks,-Karl-
View ArticleForum Post: RE: MEM_alloc()
Can you please open up a new question for this and provide a lot more details on what you are trying to do? This thread was closed long ago.Thanks,-Karl-
View ArticleForum Post: RE: using a flash bootloader along with a flash application
Thanks Alan.I found an answer yesterday (same as your suggestion) but forgot to come back to close this out. Thank you though. I appreciate it!
View ArticleForum Post: RE: Which timers on 6634K2H can be shared?
David,First you said 6634K2H. I wasn't sure which device this is. There's a TCI6636K2H and a TCI6634, but I'm not sure about a 6634K2H?1. Typically on these devices, if you have 8 DSP cores then the...
View ArticleForum Post: Multiple static task, doesn't work
Hi there, I'm trying for a month to write code for the F28M35H52C, more or less. I run over and over again on problems. I use the CCS 6.0.0.00190 and RTOS 2.0.1.23. My aim is that the program accept...
View ArticleForum Post: Does TI RTOS support FatFS in internal flash?
From the tirtos_User_Guide.pdf, it looks that FatFS only support SD/UsbFlash or RAM Disk. So it has no support on File System in internal code flash? I am using TivaC series.Thanks
View ArticleForum Post: DM6446 ASOC: Problem in register read write
Hi,I am writing simple driver for McASP module on DM6446 EVM board with ASOC architecture and using 3.14.0 main line version of Linux kernel.As I found that in mainline version, support is broken, I...
View ArticleForum Post: RE: XDC tools incremental build
Sasha-Yes you are correct. The problem was on our side, having to do with a non-standard filename extension that we were using. Now our build process is more streamlined. Thanks.-Jeff
View ArticleForum Post: RE: Relocating files when using TI-RTOS
Jan,sorry for the late reply. I'm not too familiar with your CCS project's layout, but perhaps you can post your project or a picture of the folder file structure so I can understand it better.One...
View ArticleForum Post: RE: Enhancement request spruex3m
Hi Ray,I've submitted a bug to have this addressed (SDOCM00108276) for future TI-RTOS releases.I noticed the TI-RTOS Kernel's (sysbios) User's Guide does mention the full module's name, such as...
View ArticleForum Post: USB Hub in WEC7
HI,Is USB high speed Hub working in WEC7 with following BSP ?BSP_WINCE_ARM_A8_02_30_00_POWERVR_U711If so please let me know if Split protocol is implemented in this BSP. I am working on Customized...
View Article