Forum Post: RE: What use is of Semaphore_Struct ?
Semaphore_Struct is what is called an embedded instance. It is an opaque structure that contains the data for a Semaphore instance, but does not need to be allocated separately from the structure it...
View ArticleForum Post: PWM
We were doing PWM capture using CCP module present in that controller. We have enabled timer0_B and timer1_B for event capturing. We have enabled the interrupts also. When we debugged event has...
View ArticleForum Post: RE: pci_disable_msi Oops Bug
Hi Eric,Sorry for the delay. I was on vacation last week. I just applied the patch and everything is working fine now. Thank you all for you help, I hope this can help others who might be having the...
View ArticleForum Post: RE: CaptureDumpFileOnDevice returns false with error code...
Solved my own problem. The dll osaxst0.dll is marked as kernel only in common.bib. Change the K to a Q at the end of the lines containing that dll to load it in user mode.
View ArticleForum Post: RE: Getting Started with IAR & MSP430 TI-RTOS
I gave up and used my space-limited C: drive and that works fine. Sometimes it just doesn't pay to "get to the bottom" of installation problems!Case closed.
View ArticleForum Post: RE: linux prompy stuck after filesystem mount
Hi Ran,Try to search the "Mounting filesystems" keyword in your filesystem and find out the exact location then remove or try to find out the reason which cause the problem.
View ArticleForum Post: RE: Undefined symbols in ethernetip_stack.lib
Hey Frank, Because of our issues with the CPSW built NDK, we are trying to understand what the issue could be. We have used the EhernetIP example as a model, but because it does not work and the...
View ArticleForum Post: RE: DM385 h264 GDR
Hi David,All the parameter settings you have shared looks proper. Can you please share a sample bitstream you have generated with the above mentioned settings for analysis ?Best Regards,Nandu.
View ArticleForum Post: RE: Problem with TI Opus Encoder on c6678
Hi Neil,We root caused the problem and fixed it.The problem is with memory overflow for this test case, a particular buffer is overflowing and overwriting the next buffer.Currently, we are verifying...
View ArticleForum Post: RE: ice v2 i2c led example help
After digging through the code I find that the board type is set ti ICE_V1. If you add this function:UTILsSetBoardType(AM335X_BOARD_TYPE_ICE_V2);It will set it to the correct board type.I also had to...
View ArticleForum Post: Interrupts not firing on BeagleBone Black with Starterware
I'm using a BeagleBone black with starterware, and I've gotten a few basic programs working. However, anything I do with interrupts fails. I've tried both the mcspiFlash example from the evmAM335X...
View ArticleForum Post: RE: LoggerSM: how to decode the logs without CCS?
Hi Ferric,The recommended way to decode is to use System Analyzer in CCS. Outside CCS, you may have to do a bit of decoding yourself. Have a look at the topic "Using the Linux loggerSMDump Tool" (Page...
View ArticleForum Post: RE: CC3100 Fs Module causes DMA Error within TI-RTOS
Hi Glenn,What version of TI-RTOS for TivaC are you using?I was not able to reproduce the problem on TI-RTOS 2.0.2.36. Can you add the function below to the beginning EK_TM4C123GXL_errorDMAHwi...
View ArticleForum Post: RE: ice v2 i2c led example help
Build type should not be detected as ICEv1 on an ICEv2 board. Not sure why that is coming up. The application should work as is without any issues.Regards,Vinesh
View ArticleForum Post: RE: EtherCAT in Run mode (Synchronous)
DC_SUPPORTED == 1 is ok as long as you disable DC at slave from master. i..e select SM sync / FreeRun.I am not sure SSC is up to date with ETG1020 (EtherCAT Protocol Enhancements). It does not seem to...
View ArticleForum Post: RE: Reserving physical memory using flattened device tree
Hi Rakesh,Try passing "mem=255M" to the kernel bootargs.Best regards,Miroslav
View ArticleForum Post: RE: PLY led management
Can you try reading the registers to see if your changes are actually there?Best regards,Miroslav
View ArticleForum Post: RE: questions about “boot Linux kernel on EVM6678L”
Hi Rex,Thank you for your information. I found some problem with my nand flash. After fix it, I will program again, and take your reply as reference.B.R.Jerry
View ArticleForum Post: RE: Undefined symbols in ethernetip_stack.lib
Hey Frank, Thank you for the reply. We seem to be very close to getting this working as it would hopefully resolve a few issues we were with lwip. I'll get in touch with are FAE.Thanks again for...
View ArticleForum Post: RE: Trouble with FAT Write from MLO - TI SDK 7.
FAT write support is enabled by default. This shouldn't be an issue.Can you check if the mmc signal lines are triggered when you write something from the SPL?Best regards,Miroslav
View Article