Forum Post: RE: NMI Event Handling with SYSBIOS 6.40
Hi Rick,I think you should be able to map an ISR to the NMI at runtime using the SYS/BIOS API Hwi_plug(). The Hwi_create() API won't let you do it, as it only allows creation of maskable interrupts,...
View ArticleForum Post: RE: Programs runs with USB100v2 (JTAG) but no with SD card
In the same project:Uart1_sdcard (copied from "AM335X_StarterWare_02_00_00_07\build\armv7a\cgt_ccs\am335x\beaglebone\gpio")I have released first with the linked .c file...
View ArticleForum Post: RE: detecting interrupt on GPIO in kernel module
Hi Stalin,I added that line the board-mux structure, recompiled the kernel and tried out /sys/ probe on GPIO 54, but it didnt change the pins behaviour. Do you reckon I could add a device tree overlay...
View ArticleForum Post: H264 to JPEG conversion on DVRRDK
Hello,I am using DVRRDK on DM8168 processor to capture and encode (i.e. H.264) video. This encoded video is being streamed via RTSP, lets consider it as video path1.I am also having recorded H.264...
View ArticleForum Post: RE: CC3000 TCP client connect() problem
Thank you Vikram. I solved preemption problem. But my loop is broken with loader_exit() around 2mins after debugging. And there is no error code. I don't understand why?static void loader_exit(void) {...
View ArticleForum Post: RE: H.264 decoder fails to run with HEVC encoder
Hi Andrey,We have fixed some issue on the core mapping and accessing L2 memory. Before validating your package, can you please check HEVC encoder runninng on Core 0-3 & H264 HP Decoder running on 4...
View ArticleForum Post: RE: NDK Port 2 support
Hey Prajith, I'm having an issue using that link.Thanks, John C.
View ArticleForum Post: RE: Sound on DM3730
Hi Titus,I am not sure about this but just noticed in debug logs thatpop wq checking: HiFi Playback status: inactive waiting: yesI wonder if the codec is switched off.RegardsAli
View ArticleForum Post: RE: Semaphore post not waking up task
Rahul,Which debugger are you using?Or is this a deployed system?Steve
View ArticleForum Post: RE: Anyone else having problems contacting git.ti.com
git.ti.com has been down for two days now. There has been no recent update as to an estimate for restoration. Keep trying, it could come back up any time now.Regards,- Rob
View ArticleForum Post: RE: DSP/BIOS 5 legacy commands
Hi David,Which BIOS version are you using?The legacy support for DSP/BIOS is being phased out in the latest versions of SYS/BIOS, so I just wanted to make sure that you are aware of that.Depending on...
View ArticleForum Post: Flash write of Kernel from Linux not working in DM3730
Hi,I am trying to flash write kernel image to NAND flash from Linux command line (booted from SD card) in Panther board (DM3730 processor). But when booting , u-boot shows the error "Error: Bad...
View ArticleForum Post: RE: Migration from for C6416 to C6657 (DSP/BIOS - SYS/BIOS changes?)
Hi Nasos Pap,I believe the product that will help you is called the "BIOS Multi Core SDK" (MCSDK).Please see this link for a release that supports the 6657 as well as some more info.As far as migrating...
View ArticleForum Post: RE: How to set CPU CLK, MCLK on MSP430 using xdctools
Hi Arslan,I see the setting for CPU frequency in your config file:BIOS.cpuFreq.lo = 25000000;How are you checking the effect of this change (that's allowing you to conclude that the clock speed is at...
View ArticleForum Post: Nand probe failure
Hello,I hope you can help me with some strange failure I get when using nand with OMAP3530, using custom board which is boot from nand (all images are stored in nand - x-loader, u-boot, kernel and...
View ArticleForum Post: RE: NMI Event Handling with SYSBIOS 6.40
Rick,[quote user="Rick Crispo"] Question, would I use the following to enable interrupt 18? Hwi_enableIER(0x0012) [/quote]You've almost got it. 0x12 = 18 dec = 10010 binary. But, that argument...
View ArticleForum Post: RE: Ethernet FCS errors on ACK packets
Dave,I'll bring this to the attention of the driver team.Steve
View ArticleForum Post: RE: SYSBIOS 6.33.6.50 rewrite the following cfg code with c code
Hi Si,I don't believe there is a way to set the default heap at run time. I only see that it can be done at config time.The following topic may be useful to...
View ArticleForum Post: RE: TI RTOS c2000 cannot fit into memory with UIA, lab 4
No worries. Glad to help. This is why we have videos posted and all the materials here:http://processors.wiki.ti.com/index.php/TI-RTOS_WorkshopNot everyone can attend a live workshop - but we want...
View ArticleForum Post: RE: OMAP-L137 EVM: Disable audio/I2C, but still have Ethernet
On the OMAP-L137 EVM, the MAC address is stored in the I2C EEPROM. You will need to get the MAC address from somewhere else. The newer kernels automatically create a random MAC address if one is not...
View Article