Forum Post: RE: How to allocate memory on DSP based on codec engine in DM3730
Hi Armie Reynoso,Thks for your reply.When I left memory configuration in tcf to DDR2, the memory request also failed. GT_trace prints the address of the allcoated memory is 0x0. I agree with your...
View ArticleForum Post: RE: Scheduling not happening in TI RTOS
Hi Steve,Thanks for your response.I have checked the status of tasks in ROV.If I give different priority for the tasks, higher priority task is in running mode (it is only running)and lower priority...
View ArticleForum Post: RE: Arago build failure on da850-omapl138-evm
Yes, I followed the instructions at:http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment andhttp://arago-project.org/wiki/index.php/Classic_Setting_Up_Build_Environment
View ArticleForum Post: RE: Scheduling not happening in TI RTOS
Have you seen secion 3.2 "Overview of Threading Modules" in the SYS/BIOS User's Guide? If not, please have a look at that chapter as it has a good discussion on Tasks (and other threads), including...
View ArticleForum Post: RE: SYSBIOS 6.33.6.50 rewrite the following cfg code with c code
Si,The NDK PBM buffer placement is configurable. Please refer to this wiki page for details.Steve
View ArticleForum Post: RE: [AM335X] ALSA: no soundcard
Fixed by following the wiki provided by TI:http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_Audio_DAC_Example
View ArticleForum Post: RE: Multi TCP/IP connection crash with network latency
Hi Alex,Since you are transferring a very small amount of data, you can probably reduce the TCP send/receive buffer sizes even further. Possibly down to 512K or even 256K.In case you have not seen...
View ArticleForum Post: RE: could not load UIA configuration to start system analyzer
Hi Stefan,From the screen shots, it looks like System Analyzer cannot find the generated uia.xml and rta.xml files. Are these files in the location specified in your DefaultSessionLive.usmxml...
View ArticleForum Post: RE: Accessing DDR from PRU-ICSS
Hi Rakesh,Yes, it is possible to access the Constant Table from C.There are several C examples in the new PRU software package on ti.com. The PRU_access_const_table example in this package would be a...
View ArticleForum Post: RE: FATfs fopen() creates new file with wrong file name
Hi Arslan,Sorry for the delayed response.The TI-RTOS FatFs module uses the R0.08 release of FatFs. This module supports Fat12, Fat16 and Fat32 file systems. The reason you are seeing odd behavior is...
View ArticleForum Post: RE: am335x. M3 core NVIC handling. wrong
Hi Miroslav, Any news from the Sitara PowerManagement experts?best David
View ArticleForum Post: RE: EMAC DHCP Still Not Working
Hello Todd,Sorry for the long time to response...I had a ton of code to write and get out the door. I am still having erratic problems with getting a DHCP. So I am now totally focused on fixing this...
View ArticleForum Post: RE: CCS6 automatically updated, now project can't find...
There are two more lines in your script that are causing the same problem. The lines are 175 and 176:var execontextInstance0 =...
View ArticleForum Post: RE: mcasp on am335x bclk sends 25MHz instead of 1.536MHz
No problem at all. I've made the same mistake myself numerous times.
View ArticleForum Post: RE: problem in building syslink samples with CCS
The ex02_messageQ example have been created to illustrate how to create and build a stand-alone application. Newer version of SysLink only contain examples(nto samples). The new examples don't call...
View ArticleForum Post: RE: Problem with any TCP/IP or UDP – (udpEcho_TivaTM4C1294NCPDT)...
Hello EmmanuelIt looks like problem is solved, what I did was selecting proper debugging (stellaris debuger) tool what has generated the target configuration file, however device symbol was correct. I...
View ArticleForum Post: RE: Raw sockets for ARP: protocol 0x806
Hi Tim, [quote user="Tim Scherer"]SOCKET sock = socket(AF_RAWETH, SOCK_RAWETH, 0x806);[/quote]When using AF_RAWETH, the protocol can be set to any custom protocol type for a raw Ehternet socket....
View ArticleForum Post: DSP/BIOS post an exception about timer0 if I set clk tick less...
Hello DSP experts,I am using TCI6488. Now I met a problem caused by an exception from dsp/bios.In TCF file, I configure timer0 .//do not use Hi resolution timerbios.CLK.ENABLEHTIME = false;//do not use...
View ArticleForum Post: RE: Ipc_attach failure
Hi Johannes,It is not a typo. It is what I intend to to.First of all, you should not assume the core0 has ID 0, and core1 has ID 1. From my previous snippert, if you have noticed, the ownerId is 1,...
View ArticleForum Post: RE: Accessing input device TCA6424 from User Space.
Hi Hrishikesh,Sounds good.Thanks for your update.
View Article