Forum Post: RE: TI-RTOS for Hercules
Hi Mohamed,Unfortunately, Hercules devices are not supported in TI-RTOS and there are no plans to add support in the near future. However, there are several third-party RTOS solutions available which...
View ArticleForum Post: RE: Call to BIOS_Start gives exception
Aaron,This looks like it Is this related to your post?http://e2e.ti.com/support/embedded/tirtos/f/355/p/314880/1103819.aspx#1103819Moses
View ArticleForum Post: RE: Sys/BIOS RTA on MSP430F5324 refuses to work.
Mohammed,To determine the CPU load the Idle task must be enabled. Can you try enabling it?/* Inhibit the creation of a task to run idle functions */ Task.enableIdleTask = true
View ArticleForum Post: RE: beagleboard black question
Thanks for forging ahead, community guys! I'm looking forward to mainlined StarterWare support for BBB!Cheers,Andrew
View ArticleForum Post: How to get input level of MISO
Hello,I got an AM3359 on a beaglebone black (Master) and try to talk to a CC1200 (Slave) via SPI. To start a conversation I set the chip select manual to active (low) and if the CC1200 is ready for...
View ArticleForum Post: RE: write boot.bin to eMMC . BBB A5C
Hi !! thanks for the reply..But as i mentioned above .. when i boot through the default ported OS. i get an error with UBOOT. to boot from SD card . I need to Prepare a SD card. Is there any way round...
View ArticleForum Post: RE: UBoot davinci spi driver
I forgot to indicate that by correcting the issue, I recompiled U-boot to accept all buses and slaves.
View ArticleForum Post: RE: qt kbd configuration for AM335x Qt 4.8.3
I don't know how to correctly check what's the configuration for pre-built Qt binaries. Do you have any idea about it?
View ArticleForum Post: Starterware problem on AM335X
Hello,I am working with an Embest SBC8600B board, which NAND Flash was erased. As a result, no bootloader propt is displayed at all. I only received the CCCCC string on the serial terminal.Trying to...
View ArticleForum Post: RE: IDK Ethernet (Web server ) application
Hi,As i'm new to this IDK, earlier worked with SDK on ICE boardCan any one let us know where can we find1) IDK Web server application project?2) In Web server application how many pins are used?3) Do...
View ArticleForum Post: CCS 5.1 on windows 7
Hi ,Whether ccs v 5.1 works on windows 7?Regards,Bindu
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Doruk,I'd like to set up a Webex with you so you can share your screen and I can see what steps your taking. Is this something you'll want? I'll message you directly on the details if you decide to...
View ArticleForum Post: RE: applyTableBinitCmdFile.tci question...
Hi Todd,It's good to see that you're making some progress. I think you might be able to get more information on the link copy tables from the TI 6000 compiler user manual.In regards to reviewing your...
View ArticleForum Post: RE: Generate and service NMI with SYS/BIOS
Bernd,When are you generating the NMI? Unless you are causing an NMI really early before BIOS has a chance to initialize its state what you did below below in .cfg file with respect to nmiHook is...
View ArticleForum Post: RE: Getting A_invalidFree: Invalid free error
Johannes,I mean that after 7 hours the application was working I was getting that error. It is a little difficult to catch that exeception. Until now I have got it 3 times in total, some of them in...
View ArticleForum Post: RE: Computing CPU load
I found the information you referenced in Section 8.2 of the BIOS users guide.Thank you!
View ArticleForum Post: RE: Execution Graph Gaps due to Data Loss and Log Start Control
I understand that I have to pause execution to download the data. I have been doing that. The problem is that since I have enabled logging SWIs and they execute from code start until I can hit the...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Moses,Some progress...The typical worked now, with your changes by gel file and fix up the debugger settings.So, I took the app.cfg into my design got everything to compile and link. I removed all the...
View ArticleForum Post: RE: Frequency mismatch problem in ICE v2
Hi Prad,the error is generated by a simple sanity check function by SYS/BIOS. I'm not sure who is supposed to set up your system clock, but from my guess here the gel file from your previous ICE board...
View ArticleForum Post: RE: Our MLO doesn't work as same as Starterware MLO
Hi,I'm still not successful...can you or anyone help me further by checking the modification in below? Is more modification required?1.Modify bl_platform.h for the 512M nand Flash:#define...
View Article