Forum Post: RE: System_printf() not using the system gate
That part of the documentation refers to the whole module, not specifically to System_printf. That statement is there primarily to warn that there are calls to Gate_enterSystem() and Gate_leaveSystem()...
View ArticleForum Post: RE: How set the endian mode when rebuild the xdctools_3_23_04_60
Sasha,I have known how to rebuld the xdctools, yes, I just want to rebuld the c66x target, from the config setting ,I can set the big endian and target what I want to rebuld. Below is the setting:/*...
View ArticleForum Post: RE: Accessing DDR from PRU-ICSS
Hi Rakesh,The PRU-ICSS has several peripherals available inside the subsystem. As Biser mentioned, there is not a DCAN module inside this subsystem. However, AM335x at the SoC level does have two...
View ArticleForum Post: RE: Installing gst-plugins into Sitara SDK v7.0
Sorry, I have a side question:Do you know if installing gstreamer.-1.0 in a linux envirenment, there is a minimum version of the linux version required?For example: Is gstreamer-1.0 (or latest version)...
View ArticleForum Post: FATfs fopen() creates new file with wrong file name
Hello Everyone!MSP430f5438Atirtos_msp430_2_00_02_36micro SDcard 64GB (UHS-I card) filesystem: FAT32I am having issue with fopen() function. The first fopen() function call to create a new file, creates...
View ArticleForum Post: RE: Migration from for C6416 to C6657 (DSP/BIOS - SYS/BIOS changes?)
Glad to help. The key thing is "one thing at a time". The more you try to do at once - the more Advil you will need. ;-) Good for the drug companies - bad for you. Good luck with your porting...
View ArticleForum Post: RE: Host DHCP server
There is script used on the evm-sk with dual mac eabled that sets up a dhcp server. That script is located here in the SDK file system.bin/eth1_nat.shIt references a dhcp conf file located in the SDK...
View ArticleForum Post: RE: could not load UIA configuration to start system analyzer
Hi Stefan,Was this working before you installed the new toolchain? Could you try building and running one of the UIA examples (eg, stairstep JTAGSTOPMODE) and see if that works? Also, could you post...
View ArticleForum Post: RE: PWM output with BeagleBone Black / set duty cycle
hi again. i got your code snippet to compile & link ok, after i borrowed the functionsfrom /ti/starterware.../platform/evmAM335x/pwmss.c . is that where you got them? i just fried my bone, but...
View ArticleForum Post: Setting mmc0 in Beaglebone Black for Wireless Connectivity
Hi, I got a new device that will allow my Beaglebone Black (BBB) to have WiFi capabilities and features.This device uses SDIO for communication purposes.I am using the on board flash, and therefore the...
View ArticleForum Post: Arago build failure on da850-omapl138-evm
I hope that this is the reght forum for this question but if it isn't, hopefully somebody will point me in the right direction. I am building arago with success on most platforms. I need to build it...
View ArticleForum Post: Ti-RTOS Controller Area Network (CAN)
I would like to implement CAN functionality on a TM4129x running Ti-RTOS.I'm going to use the EK-TM41294XL Launch pad as a starting point.SimmaSoftware offers an expensive library that I cannot afford...
View ArticleForum Post: wl18xx bringup with Android
Hello all,We have a custom am335x board with a wl1831 chip on it. We have modified/integrated the Android Devkit code source (as per the wl18xx integration wiki) to compile and include the new drivers...
View ArticleForum Post: RE: Problem with any TCP/IP or UDP – (udpEcho_TivaTM4C1294NCPDT)...
Everything looked good in your example. I loaded an ran it ok. After looking at your memory map once more, it seems like the wrong GEL file is being pulled in to setup the device. Can you please...
View ArticleForum Post: RE: Error building SYS/BIOS Hello example
Hi Tim,You are still linking with the C runtime libs shipped with the compiler tools instead of the C runtime we ship with SYS/BIOS (TI-RTOS). Can you add the following to your linker opts to force our...
View ArticleForum Post: RE: Raw sockets for ARP: protocol 0x806
I would love to use ARP from the NDK. Does LLIAddStaticEntry(), or another function, send ARP packets on the network to see if the given IP address is in use?As for my original question, it seems to be...
View ArticleForum Post: RE: SYS/BIOS system tick timer accuracy
Hi Prad,How exactly are you measuring the delay ? Are you using an oscilloscope ? To accurately measure the timer interval, I would recommend creating a timer and toggle some GPIO pin in the timer ISR....
View ArticleForum Post: RE: Does IPC 3.x support C6657?
Hi Pubesh,Thank you for your suppport. I found the related information below. o TI EP Wiki : IPC 3.x Migration Guide (http://processors.wiki.ti.com/index.php/IPC_3.x_Migration_Guide) - Device...
View ArticleForum Post: RE: Solution for "create policy error" with task creation is hidden
@Raymond and @Steve,The thread was set to be a discussion thread which disables the "verified" buttons from appearing. I've switched this thread to being a Q&A thread, so the buttons are now...
View ArticleForum Post: RE: Using DMTimer1_1ms in SYS/BIOS
Hi Prad,Unfortunately, SYS/BIOS does not support using DMTimer1_1ms. If it is a hard requirement, you can create your own Timer driver and use it as the Clock module source. Details on how to do this...
View Article