Forum Post: RE: SimpleLinkHttpServerCallback not triggering in TI-RTOS
Hi Glenn,Yes, you are correct. There seems to be a problem with the tirtos_tivac_2_00_02_26 wifi driver build. But I was rebuild to rebuild the latest tirtos: tirtos_tivac_2_01_00_03 after uncommenting...
View ArticleForum Post: RE: exception analysis
Mohamed,I am not sure how to trace such a problem without debugger unless you log some debug outputs from client and look hard at your code flow to see where the issue is.Another suggestion would be...
View ArticleForum Post: RE: Embedded communication protocol for free!!!
Unfortunately, there is no UART driver support for msp430f6779 in TI-RTOS. But TI-RTOS does provide UART driver support and examples for MSP430F5529 launchpad. You can port it to your board. See...
View ArticleForum Post: RE: beaglebone and uart 1 using starterware
[quote user="Gurudutt Bharadwaj"]1> Write the proper clock configuration code for UART1 in platform/beaglebone/uart.c[/quote]You must pay attention to the differents domains. When writing the...
View ArticleForum Post: RE: Reproducible Installation - TI RTOS vs (Sys/Bios + UIA)
Yes, you are correct. We are currently facing some issues with that link. Our experts are looking into the issue.Meanwhile, you can download XDCtools from this other link.Sorry about that.Vikram
View ArticleForum Post: RE: SimpleLinkHttpServerCallback not triggering in TI-RTOS
Thats great! Can you please close this post by marking the answer as verified?Thanks,Vikram
View ArticleForum Post: RE: K2H SGMII to SGMII
Hi Rex,It is set to EMAC2, and that works just fine. My issue is ports 0 and 1, not 2. I am able to run the digital loopback test with success on all ports, but when trying SGMII-to-SGMII we are...
View ArticleForum Post: RE: DSP/BIOS v5.42 startup sequence inconsistent with User Guide
This post may answer your question.Vikram
View ArticleForum Post: RE: MSP430 "_low_power_mode_4()" not working
Sorry for the delayed response.I have been talking to our Power module experts.Clock module has two tick modes: Periodic and Dynamic. Periodic mode interrupts with each tick whereas Dynamic is a tick...
View ArticleForum Post: Fan Controller AMC6821-Q1 software set-up
Dear Sir,I am going to install the EVB software of AMC6281. after installing, the device is still unknown.even I execute the program and push RESET AMC , stil can't read register .could you please help...
View ArticleForum Post: RE: Convert CLK_gethtime to CPU cycles
I am not an expert on DSP/BIOS as it is a legacy product. While I dig in more, here is something regarding the units.From the API documentation for DSP/BIOS. See 2.28 STS module for more...
View ArticleForum Post: RE: Ethernet FCS errors on ACK packets
But then for the frame from the DSP, it shows all 64 bytes of the "minimum" packet including padding and FCS.
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Bill,How about taking backup of the filesystem user data,e.g. database files, User configuration data, application data etc.And then reflash the filesystem and copy back the backedup data.Backing up...
View ArticleForum Post: RE: Problem in building syslink sample project in CCS
Hi,I checked Project Properties->CCS Build->C6000 Linker->File SearchPath and found the syslink path listed in the text area. I removed it from the list. Then I compiled and got 27 errors.The...
View ArticleForum Post: RE: TMS320C6678 - IPC Notify exception
I solved it. In CORE0 task I have to add Ipc_attach for cores 1 to 3.... while (Ipc_attach(1) < 0) { Task_sleep(1); } while (Ipc_attach(2) < 0) { Task_sleep(1); } while (Ipc_attach(3) < 0) {...
View ArticleForum Post: RE: Configuring Linux Kernel to least size
Hi Titusrathinaraj, I have went through the link. Its of great help. For power management its clear enough to do. My query is very specific regarding to the Linux core kernel configuration. Is there...
View ArticleForum Post: MessageQ - A_idTooLarge: id cannot be larger than numEntries
I'm currently working with TMS320C6678 simulator in CCS 5.5. I would like to provide communication between CORE0-3 using MessageQ (for transport data) and Notify (for synchronization). In my case...
View ArticleForum Post: configuring UART ISR using DSPBIOS 5.41 on 5535 ezdsp
HiI'm trying to configure a simple UART isr that reads character on UART interrupt and posts a TSK or an SWI to do some operations. But my ISR is not getting called at all. Please help me...
View ArticleForum Post: RE: Am335x Boot application problem for help
ok. i followed this procedure, and i got the message:StarterWare AM335x Boot LoaderCopying application image from MMC/SD card to RAMJumping to StarterWare Application...then nothing happens. but i am...
View Article