Forum Post: RE: multi-tasking on MSP430F26xx
Lynn,TI-RTOS supports MSP430F5xx and MSP430F6xx devices, but does not support MSP430F26xx devices. Regards,Scott
View ArticleForum Post: RE: How to expose /sys/class/gpio/gpioX/power/wakeup
Thank you for replying.I am actually unable to locate /debugfs/omap_mux/board/ as well, even though I have CONFIG_DEBUG_FS enabled.But surely I should not have to mount debugfs just to enable this...
View ArticleForum Post: RE: Boot TI-RTOS from eMMC
Aaron,[quote user="Aaron Baranoff"]What I almost expect is TI would have a bootloader that would make a eMMC device attached to a AM355X device look like a usb memory stick (copy, delete,...
View ArticleForum Post: RE: Need to build BSP for Davinci dm8148
Thanks Pavel. That is helpful to understand where TI's kernel/uboot development for the 81XX lives, however I am looking for arago repositories (and also the correct branches) which enable me to build...
View ArticleForum Post: RE: RAM configuration of OMAP-L138 for ARM and DSP...
Hi,Can you tell me what OS you are running on the DSP and what you are running on the ARM?If you are running BIOS on the DSP/ARM, what version are you using?Judah
View ArticleForum Post: RE: NDK telnet escape function
Frank,Sorry for the slow reply. The expert I want to discuss this with is out of office. Regarding using one task, and the blocking recv() call…Maybe you can modify the example to call fdStatus()...
View ArticleForum Post: Has anyone interfaced a F28xxx processor with the ADC121c021...
Has anyone interfaced a F28xxx processor with the ADC121c021 using I2C ?If there are code snippets available ?I would appreciate receiving any example. Thank You
View ArticleForum Post: RE: Clock allocation/deallocation
Max,sorry for the late reply. The Clock_delete() function needs to be called within a Task context. It's memory is immediately freed up in the caller's Task context.Can you simply post a Semaphore from...
View ArticleForum Post: RE: MSP430F5529 Launchpad Evaluation Kit, CCstudio Assembly...
Hi,Yes, TI supports assembly language with its own codegen tools.I didn't quite get your statement " I have noticed that when references are made with respect to the MSP430 - TI RTOS and assembly...
View ArticleForum Post: RE: How to create a new or modify customized driver package in...
Piyush,You would need to create your package in the subdirectory that you specified so:<RootOfPackage>/custom/transport/ndkThe <RootOfPackage> would need to be part of the XDCPATH.Judah
View ArticleForum Post: C6678 HP H264 Encoder Do while loop
Hello all,While working with C6678 HP H264 Encoder demo code, I noticed inside h264hpvenc_testapp.c's EncodeTask thread there are two do - while loops. Inside first loop, it calls...
View ArticleForum Post: RE: Task stack overflow on MSP430
Thanks for the info, Tom.I didn't realize that the I2C driver needed to operate within a task context. Once I moved it there, everything worked as expected.Thanks again.
View ArticleForum Post: RE: How to load an openCV .xml file
Hi,I'm not familar with the facedetect example. Where did that example come from?Judah
View ArticleForum Post: RE: Data Abort occurs when you use the SYS / BIOS.
Hi Hamada,I believe you are getting a data abort due to a MMU fault on data read. The "initializeLED" function in your app is attempting to access some memory mapped registers at 0x44E1xxxx and...
View ArticleForum Post: RE: UIA 2.0.0.28 redefined symbols and undefined symbol LoggerMin
Hi Eddie,I ran the message example with LoggingSetup.numCores = 6; LoggingSetup.memorySectionName = "DDR2";and am able to get printf logs from all 6 cores. I added Log_print's to the while(TRUE)...
View ArticleForum Post: RE: Steps Needed to Support Log_info with SYSBIOS
Hi,I did try that but the result was the same. The jitter was still there.
View ArticleForum Post: RE: DM8168 Codec Engine enable logging.
For 'local' BIOS-side-invoked codecs, this might help: http://processors.wiki.ti.com/index.php/CE_DEBUG#Usage_for_BIOSChris
View ArticleForum Post: RE: write boot.bin to eMMC . BBB A5C
Hi Dinesh, in the post build script your path to .out file not correct"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat"...
View ArticleForum Post: RE: Video Driver Question on Linux SDK 7.0
Hi Jason,Please check the output from the "fbset" command to see if the timings are applied properly.Also try "fbset --help" to see how to change the display timings.Best regards,Miroslav
View Article