Forum Post: RE: Memory access ordering
Hi,I found following public links quite useful.To answer specific question, I do not think DMB is required if you are polling for side effect of the action (setting GO bit) in the peripheral control...
View ArticleForum Post: RE: Link error with CpIntc_dispatch in the CFG file
Moses,CpIntc_dispatch is a TI SYSBIOS CpIntc function. It is defined in CpIntc.c, provided by TI. Therefore i can't "define" it in my application.It's usage is recommended here...
View ArticleForum Post: RE: How to relocate the NDK buffer to DDR while keep the local...
Hi, SteveSorry to reply so late, my deep apology.Which version of the NDK are you working with?The NDK version I used is an old one :1.94.01.Which NDK buffers are you trying to relocate? The NDK...
View ArticleForum Post: To study the interrupt latency using sys/bios on TMS320f28069
hi , I am trying to measure the interrupt latency time using sys bios on tms320f28069 processor. Can some one throw some light on how to do this. I am using ti rots version 1.21.00.09. Thanks
View ArticleForum Post: RE: AM335x PRU - CSPW
Hi Moses,I'm doing a preliminary study about the possibility of build a device that should communicate with Fieldbus or Ethernet protocols.Sitara supports many fieldbus protocols using the PRU, but...
View ArticleForum Post: RE: Memory issues using NDK2
Hello Moses,we indeed confused ourselves. The buffers i hand to send() and recv() are reused for each connection. Also, i am not creating a separate task for each connection. My applications consists...
View ArticleForum Post: RE: Enabling Logs
Well that gave me a little bit more idea but i cannot read whole thing.Here is exactly what i wanted :- I am using HeapBuf and HeapMultiBuf. I want to see the logs each and every time whenever i am...
View ArticleForum Post: Can not display UIA Log in CCS
Hi, I tried get the UIA log via UDP packet on 6614 EVM board.The wireshark indicates the UIA packets are arrived at destination PC but the CCS have no output. I attached a small piece of wireshark log...
View ArticleForum Post: RE: How to use Heap Track ?
Sunny,See Section 6.8.4 of the SYS/BIOS User's Guide for info on using HeapTrack: http://www.ti.com/lit/ug/spruex3n/spruex3n.pdfMark
View ArticleForum Post: RE: IPC 3.12 MessageQ Linker Issue
I was able to cross compile the example project using Linux and run the application on the OMAP5x EVM, but it would be nice to have an IPC 3.x MessageQ ARM/DSP template that can build under Window...
View ArticleForum Post: Interrupt Nesting without SYS/BIOS.
Goodmorning,i have the necessity tu use the interrupt nesting with DSP C6457 without SYS/BIOS. Is possible this with CSL? There is an example about?Thanks in advanceFabio
View ArticleForum Post: RE: Can't log-in
Hi Dimitry,I think, the configurations might have modified.
View ArticleForum Post: RE: Fail to enable L2 cache of C66x DSP of Vayu
SashaI am able to enable L1 and L2 cache in GLSDK by following modification. Register L2CFG (offset: 0x01840000h) indicates L2Cache is 256K. I also test performance with Han tao’s project....
View ArticleForum Post: RE: How to configure DDR Memory
Moving to StarterWare forum.Best regards,Miroslav
View ArticleForum Post: GPIO configuration in Beaglebone Black using SYS-BIOS
I am able to run Starterware code gpioLEDBlink and configure pins as output using the same.I need to make a real-time application which can be done by SYS-BIOS.I have added "DEV" module to my...
View ArticleForum Post: RE: UPP Linux Driver
Hi Ashish,I have added this pin-mux details for upp in mux_config structure as a part of kernel configuation.MUX_CFG(DA850, UPP_2X_TX_CLK , 14, 0, 15, 0, false) MUX_CFG(DA850,...
View ArticleForum Post: MDIO bus driver not detecting Generic Phy driver
Hi All,We are using AM335x running Linux (PSP-5.07) on our custom board. We want to run both Ethernet interfaces up and working. Interfaces are as follows:Eth0(RGMII1) has KSZ9021 (Micrel's PHY) - Phy...
View ArticleForum Post: RE: TI-RTOS exits on PWMGenConfigure function, very odd bug
I noticed that as well when comparing, so I bumped the stack size up Friday afternoon. I've been working through some issues trying to get my semaphores working, but so far have not experienced the...
View ArticleForum Post: RE: SPI Bus 2.0 - ads7846 spi2.0: no device detected, test read...
Hi Ali,Sounds good.Thanks for the update and your steps & workarounds and it would help other community members too.
View Article