Forum Post: Something wrong with Interaction between SYS/BIOS and interrupts
I used i2cAccelerometer.c (AM335X_StarterWare_02_00_01_01\examples\evmAM335x\accelerometer) as the basis of a some test code to test out the I2C devices on a new board design. It works if I change the...
View ArticleForum Post: BIOS DETECTION error
Hi everyoneI had recently install BIOS 6-37-01-24 for my CCS 5.5. when I open the CCS, it detected my new installation. However, it cannot install it. it shows the following error.An error occurred...
View ArticleForum Post: RE: Question about developing network app on C6455
Hi Yan Lin1,The NSP is now a separate product than the NDK. Furthermore, since the 6455 is an older hardware platform, there is no new NSP for that platform to support SYS/BIOS 6.x (the NSP for NDK...
View ArticleForum Post: RE: Access to $index property in instance$static$init
Ahh, that makes more sense. I've always treated the second parameter as just the parameters structure. I never put two and two together and realized that. Thanks for the help!
View ArticleForum Post: RE: ActiveSync not getting connected
I cannot say for certain right now, but I know using the Adeneo Windows Embedded COmpact 7 BSP for the AM3358 processor we are using, that ActiveSync does not work for us in a Debug build. Have you...
View ArticleForum Post: LM3S9D92 interrupts not running. sys/bios is stuck in idle.
Hello,I'm having an issue with an LM3S9D92 part where in the NVIC there are interrupts enabled and pending but none of them are being serviced. More details below...I'm running SYS/BIOS 6.34.04.22 and...
View ArticleForum Post: RE: How to add a new RTSC build configuration?
David,From my understanding if your goal is to have your *.cfg file behave differently based on the CCS build configuration, the piece of code you included does that. Inside that if condition, you can...
View ArticleForum Post: replacing matrix-gui 2 with a QT application
Hi,I want that my QT application run in boot time instead of matrix-gui 2 . I replaced my application in rc5 instead of matrix-gui 2. but in boot time my application process created without any...
View ArticleForum Post: RE: cat install am335x sdk v6 on 64 bit Linux Mint 16
I found that installing ia32-lib package allowed the installer to execute on my 64 bit Mint (Ubuntu based) system.
View ArticleForum Post: Compling error related with "_BCACHE_bootInit"
HiI had experienced one problem that there is an error. I am using C6455 on CCS 5.5. The project is archived in attachment.undefined first referenced symbol in file --------- ----------------...
View ArticleForum Post: robust task switching
Hello!I have two algorithms, and I wan to only run one of them at a time. So, I've created two tasks (one for each algorithm).There is also a third task I have created, to act as a "middle man", or a...
View ArticleForum Post: RE: How to do a UART firmware update go through ethernet
Moses,Thank you for reply,I cannot use ROM lib. I have to use flash bootloader. but thank you for your advise.
View ArticleForum Post: RE: Remove cursor from LCD
Thanks for the replies! I got rid of the cursor, but something else seems to be drawing several blank lines across the LCD after a simple menu is loaded. No QT or X is used, just a custom program...
View ArticleForum Post: RE: Freeze on allocNode when creating h264dec through CodecEngine
Unfortunately, that change doesn't seem to have affected this issue. I'll attempt to roll everything back to "known good" tomorrow and see how that works.
View ArticleForum Post: RE: Tiva-C UART byte by byte control for All 8 channels
Thank you very much for your reply. I am very glad to know that I can achieve FE PE control using the TivaWare model. W/R/T my previous issue, I uninstalled CCS, et. al. and reinstalled with the...
View ArticleForum Post: boot wince 7 from nandflash problem in AM3352, urgently, thanks
I am confused by a problem(our CPU board is based on beaglebone and add a nandflash to it, BSP from TI and run W7EC):1, some board (about 10units) in our products boot from Nandflash(the boot pin are...
View ArticleForum Post: RE: AM335x DMTimer Enable/Disable is very slow (~60 us)
Here is a screen capture showing the result of that small code change. BEFORE commenting out "DMTimerDisable(SOC_DMTIMER_3_REGS)": ~123us execution time AFTER commenting out...
View ArticleForum Post: RE: package close, module$use, and platform packages
Here is a very much unfinished guide about creating platforms: http://rtsc.eclipse.org/docs-tip/Creating_Platform_Packages. The figure on that page shows when are the various Platform functions...
View ArticleForum Post: RE: Can the Pinmux utility be used to build TI-RTOS board config...
You, are welcome.-kel
View ArticleForum Post: RE: about copy_to_user
copy_to_user does not have any defined access type; like memcpy, it can use whatever transfers it likes.If your hardware supports only 16-bit accesses, then you must copy the data to your own buffer in...
View Article