Forum Post: RE: TM4C123GH6PM vtable without SECTIONS
Hello Sai,thanks for your response. I've tried copying the contents of several of the "<example>_ccs.cmd" files into my .cmd file, however the problem persists with all of them. My .cmd content...
View ArticleForum Post: RE: Can i implement compression algorithm on cc430f5137 device ?
[quote user="cho chi woo"]data comes in chunks . [/quote]What is data source? What kind of data? What shall be compression block size? Is it ok to compress more than single 45-byte chunk into bigger...
View ArticleForum Post: RE: Problem with SPRINTF URGENT URGENT
BTW, at those conversations, Andy usually butts in, pointing to some nice forum policy sites.Haven't heard from him for month now ...
View ArticleForum Post: RE: CortexR4: Trouble Writing Register REG_AHB_DOWNLOAD: No...
Furthermore a TMS570.JLinkScript is used:/********************************************************************** SEGGER MICROCONTROLLER GmbH & Co. KG **...
View ArticleForum Post: Bootloader LM4F232H5QD
HI,I am working on the Boot loader of LM4F232H5QD. Here i am using UART0 for downloading the code to the LM4F232H5QD board. Now, i want to change the UART0 to UART2. I have made some changes in...
View ArticleForum Post: RE: LM3S9B96 LCD DISPLAY PROBLEM
ok i am not able to get 12v at the D4 ....
View ArticleForum Post: RE: XDS100v2 USB Emulator (Error connecting to the target)
I'm using TMDSHVBLPFCKIT and Code Composer Version 4.2.3.00004.I am getting the error like Dennis',when I connect the board with my pc.I have checked the XDS100V2 drivers as you say,and everything is...
View ArticleForum Post: RE: help in understanding how can i test the clock
hiI am unable to get the attachments. Please post the same.RegardsChitra
View ArticleForum Post: RE: Trying to Synchronize Two Wide Timers
...just to update the post....I forgot to mention that the TIMER0 is enabled when the function - TimerSynchronize(TIMER0_BASE, WTIMER_0A_SYNC | WTIMER_1A_SYNC);is called. I saw other posts on this...
View ArticleForum Post: RE: Strange error in for-loop
[quote]The "crazy" values occur in such as way that gives me the feeling your interrupt routine is modifying your global data, and possibly your local variables in registers. I think it might be useful...
View ArticleForum Post: RE: TCRAM wrapper registers access
hiI am using 20216. I am writing a RAM test functionality in which i want to write specific pattern to RAM and read it back. I am unable to compile assembly code for the same. Can you please help me in...
View ArticleForum Post: RE: question about the EMAC UDP
Hi, QJWangI've send the project to you already. I just debug the board myself, I found that the data cannot send out because of the board cannot receive paskets(no matter what packet), the...
View ArticleForum Post: RE: package/cfg/main_pe430Xcfg.cmd is missing
Hello,Can you specify the processor, CCS and Grace version you are using? Did you update your installation? Can you reproduce the problem with a new project?Regards,Michael
View ArticleForum Post: RE: C2000 Pereipheral explorer kit error
Hi,See now its crystal clear:Controller getting overheated means:Controller is damaged - you'll have to replace it with a brand new oneAlso check with the regulator IC for overheating!Regards,Gautam
View ArticleForum Post: the bootloader for LM4F232H5QR
HI: now I want to use the SD card to update the app code . I creat the project. then do:1. copy the "boot_loader" to the project.(the "boot_loader" come from "StellarisWare".)2. delete...
View ArticleForum Post: RE: Unable to program my Launchpad Stellaris ek-lm4f120xl in linux
The same thing just happened to me. The fix was to to put two dashes in front of each option. The line from the instructions was:./configure -enable-maintainer-mode -enable-ti-icdiIt should have...
View ArticleForum Post: RE: problem with F28335 ezdsp + CCSv4 using together
Thankyou for your reply Gautam,Then why CCSv4 is not recognizing the ezdsp F28335 device while the device is working properly with CCSv3.3. It is throwing OS initialization error sayingError connecting...
View ArticleForum Post: LM4F132H5QD fail to detect host connection for usb
Hi,I'm working on a custom board using controller LM4F132H5QD with usb connected as device for CDC mode.Once i plug in the usb cable to my host pc, i can see my board in device manager.On removing the...
View ArticleForum Post: RE: Bootloader error for TMS570LS31x
Thanks QJ.I've solved the problems.It works well now.
View ArticleForum Post: RE: peripheral driver library for msp430F2xx sereis
Just add some information,you can also try to use the open source BSP430: http://pabigot.github.io/bsp430/. It supports the MSP430G2xx value line devices.
View Article