Forum Post: RE: Hangs when "Jumping to Starterware Application"
Yogesh, That corrected the problem for me. Thank you!
View ArticleForum Post: RE: Where can I get API of SYSBIOS HeapMem to get totalsize and...
What version of SYS/BIOS are you using?You can simply callMemory_getStats(NULL, &stats);When you use NULL, you get the default heap. BIOS by default sets up the default heap and it's size is...
View ArticleForum Post: RE: Procedure to activate IPC in IPU1.
IpcMgr_ipcStartup is actually the "short" name for the API and is a define, not a function call. So during the build, the name is not recognized. You can either put in the full function name (look in...
View ArticleForum Post: RE: MUSB OTG support on DA-830
Hi,I've already fixed the problem. This problem was VBUS was not being supplied because it was connected to a pull-down. So, I've changed the O ohms resistor to a 5V pull-up. Now, VBUS=5V and I can...
View ArticleForum Post: Difference between regular binary and _ti appended binary?
When building the apps in Starterware, what is the difference between the regular binaries and the ones appended with the _ti? (ie. dmtimerCounter.bin vs dmtimerCounter_ti.bin) Are the _ti appended...
View ArticleForum Post: RE: About DM6467T's TSK_sleep
This page mentions issues in DSP Link 1.64, including a notable one affecting the DSP clocking. There are a few workarounds listed.I think DVSDK 3.10 included DSP Link 1.64 - maybe that's the...
View ArticleForum Post: RE: can't create a BIOS managed interrupt using the C code
Hi Mohamed,Setting "Text.isLoaded=true" and "Defaults.common$.namedModule = true" should be enough to make sure the error messages are meaningul. By default these should be true unless the cfg file...
View ArticleForum Post: RE: Future of TI-RTOS?
Nick,Thanks' for answer.I think SMTP is more important than SSL/SSH. Most embedded solutions should send an E-Mail on event. "ICMP server" is able to send a ping. For example: keep alive timer .Is...
View ArticleForum Post: RE: SPI_Open()
There are a couple things you need to keep in mind:1. the slave must open the channel and initiate communication before the master starts.2. Multiple tasks can initiate a transfer, but they should only...
View ArticleForum Post: RE: TI-RTOS SDSPI FATFS MSP430F5338
[quote user="Channabasappa Kolar"]1. I build with verbose on and attached the log file. As I did clean build, now I can not work until you help me to fix this problem.[/quote]I checked with some...
View ArticleForum Post: How to install SYS/BIOS on Beaglebone Black
Hello, I am struggling with getting the RTOS to run on the BeagleBone Black. I can get no further than the "Jumping to StarterWare Application" part. Here it apparently hangs. Does the SYS/BIOS...
View ArticleForum Post: RE: TI-RTOS SDSPI FATFS MSP430F5338
Hi Tom,Thanks a lot for your help.1. The build works great after I set the path you suggested. 2. I am testing rest of it and I will let you know the further progress on SD and FS interface.3. Please...
View ArticleForum Post: RE: LWIP and McASP examples are not working together
Hi, Robert R,I have not solved the problem yet! But I realized that the problem occurs after the first acquisition. So, now, after the first acquisition, the application resets the hardware, preparing...
View ArticleForum Post: RE: linux boot error on AM335-BeagleBone black(drm_kms_helper:...
Hi,[quote][ 2.307454] Waiting for root device /dev/mmcblk0p2...[/quote]You don't have 2nd partition in SD card so, please use "root=/dev/mmcblk0p1" until unless you have not created 2nd partition in SD...
View ArticleForum Post: RE: Multiple MessageQ reader threads in SysLink
Additional "MessageQ supports reads/writes of different thread models" means that the reader (and writers) can be a Task, Swi or even a Hwi (the latter two have non-blocking restrictions).Todd
View ArticleForum Post: RE: What are the units of the timeout parameter in the SYS/BIOS...
Thanks, was looking for this as well :)
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Hi Titusrathinaraj,Right now all modules are built in and when the printer has the -EAGAIN problem I have no way to reset it without a power cycle. So I have to use the modules because I need to...
View ArticleForum Post: RE: Shutdown the device(AM335x + PMIC) by OS power key
It was completed by RTC interrupt.Thanks for your information.
View ArticleForum Post: RE: DHCP client can't get IP
Mohamed,We have reproduced the problem and trying to figure out the root cause. Here is the thread that talks about the issue:...
View ArticleForum Post: RE: WinCE 7 Prebuild image for AM335x EVM Board
Hello,could you please point me to where is the source code for the BSP located?I can't find a thing for the EVM, althought on the TI wiki there is an extensive description of the BSP ...The official...
View Article