Forum Post: System_linkCreate problems with ipnc rdk 3.5
Hi i am using ipnc rdk 3.5 with mcfw. i am going to write a app that will take input from local file and do some analysis on dsp with link api. so i write a standlone app. when i run this app,...
View ArticleForum Post: RE: Hwi Sysbios
Hi Shubham,SYS/BIOS has a Hwi dispatcher which takes control of the interrupt vector table. The dispatcher will make sure the context switches (from Hwi, Task, Swi, etc) are performed correctly. From...
View ArticleForum Post: RE: need your help(jpeg2K encoder...
hi dsafe, I moved your question to the Multimedia Software Codec forumthanks,Paula
View ArticleForum Post: RE: OMAPL-138: Missing EDMA HWI
[quote user="Arya Ba"]Thank you very much for your response, interesting so it seems BCACHE_inv is a very dangerous function to call in a HWI or high priority SWI as it may lead to starvation and delay...
View ArticleForum Post: Package close ordering logic
Hello,I seem to be having package close ordering issues again.The general rule seems to be:if pkg A ref pkg B, then A close before B.Personally that seems backwards to me, and that is probably because...
View ArticleForum Post: RE: omap-l137 kernel cannot create nand partitions
Titus,This works perfectly for me with SDK-03.22.00.06! :-) And no changes other than the basic menuconfig we discussed.Creating 4 MTD partitions on "davinci_nand.1":0x000000000000-0x000000020000 :...
View ArticleForum Post: RE: Change memory map in DVSDK for OMAPL138
Hi Buga,Good to hear that things are now working for you. Caching the wrong memory area would indeed reduce the performance of your codec, which would explain the audio issues you were having.Best...
View ArticleForum Post: Moving from Industrial SDK 1.0.0.8 to 1.1.0.4
Hi, We are currently running an AM3352 under the Industrial sdk 1.0.0.8. This includes sys/bios 6.35.2.45 and xdctools of 3.25.1.65. We have modified the platform to match our memory map and have...
View ArticleForum Post: RE: WEC7 - SPI .dll not working/loading (am33x_mcspi.dll)
Hi CarstenThanks for the reply I will have a dig deeper.Hopefully Compulab will be able to reproduce this problem and sort it out a lot quicker than me.RegardsTerry
View ArticleForum Post: RE: Hwi Sysbios
Hi Shubham,It is common practice is to have a board file which contains the pin-muxing and peripheral power-up. Any peripheral configuration is usually done in a peripheral driver; things such as...
View ArticleForum Post: RE: Slow ethernet speed on Vayu / CortexM4
Roland,I'm trying to track down the author of the NSP (Ethernet driver) for your board.Could you please tell me which NSP you are using? It wasn't clear from the info you wrote previously.Is the NSP...
View ArticleForum Post: RE: Migration from standalone app to DSP/BIOS with the...
One other thing ... I just want to be sure you saw this FAQ describing how to fix the issue. Can you please double check that?
View ArticleForum Post: RE: Beaglebone Black eMMC
Hello. Can tell me exactly what you changed in the MMCSD_proto.c file to get eMMC working with Starterware?Thanks,Anthony
View ArticleForum Post: RE: Performance: Starterware on Beaglebone vs. Mikrocontroller
You're right. Starterware can go much faster. I forgot to enable Optimization in the Compiler Options. Using Level3, I measured something around 7 kHz instead of 413 Hz with Starterware. Besides...
View ArticleForum Post: Starterware Modification for eMMC
Has anyone got the eMMC working with Starterware? I know modifications need to be made in mmcsd_proto.c, but I am not sure what.
View ArticleForum Post: SPI with starterware at 48MHz ...
Greetings:I see from the Starterware relaease notes that there is a 24MHz limit imposed on SPI communications. (The following is taken from...
View ArticleForum Post: RE: HeapTrack issue
Hi Ming-Che Lin,[quote user="Ming-Che Lin"]In the HeapTrack view, I saw that heapSize was 56 bytes[/quote]Ok, I have a better understanding of the HeapTrack's 'heapSize' field. heapSizeis actually a...
View ArticleForum Post: AM335x PinMuxUtility - MMC2 - DUAL MUX
Hi,I'm using a PinMux configuration for a custom board with the AM3352. In our design we adapted the configuration of MMC2 for use the pins DAT0, DAT1, DAT2 and DAT3 in MUX1 and the pins SDIO_CMD and...
View ArticleForum Post: RE: Package close ordering logic
I am starting to understand the reasoning behind this ordering now. I recently added to one of my driver packages the ability to update the Dev.tableSize based on the number of instances. That was a...
View ArticleForum Post: RE: MSP430 - 5229 vs. 5244
Steven, thank you for the response. Sorry it took a few days to response, I was on another project earlier.[quote user="Steven Connell"]Could you changing the file lnk_msp430f5244.cmd to include:-l...
View Article