Forum Post: RE: CCS GNU C Compiler and Linker Setup
Hello Chester, Wishing you a happy new year, and thanks a lot for the details note. I am working on it now (but don't know if I can complete it first or see 2016 first). However I am going to go back...
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
Indeed Amit - and it is those "details" - almost "never" provided - which endlessly land upon these rocky (uncharted/unguided) shores. Poster - while questioned under bright lights - did reveal,...
View ArticleForum Post: MSP-EXP430F5529LP BSL and Emulator not recognized by Windows10
These is Windows10 device manager information. Only the MSC device is recognized.Other devices like BSL (VID:2047 PID:0200) and CDC are not recognized. When trying to debug from CCS 6.1.1 I get the...
View ArticleForum Post: PBIST Enters trap when not stepping through
Hi All, I am attempting to use the Hercules' PBIST suite to verify the RAM banks before application startup. I have implemented a very basic PBIST configuration and test using the March13N RAM...
View ArticleForum Post: RE: CCS GNU C Compiler and Linker Setup
[quote user="Amit Ashara"]I do remember @ Chester Gillon's posts and forum replies on the topic of GNU C sometimes in Code Composer Forum and on TM4C as well, so thought it would be a good start to see...
View ArticleForum Post: RE: CCS GNU C Compiler and Linker Setup
Hello Chester, I have started a forum thread on CCS as well for the issues I ran into. I have marked this thread there as well, so that CCS Team can take the changes into account for the next release....
View ArticleForum Post: MSP430F5529 Launchpad hangs on Run attempt
I just got an MSP430F5529 Launchpad (MSP‑EXP430F5529LP) and am having problems with running code on it. My desktop is fresh as I just installed Code Composed Studio today for the first time. This...
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
hello robert, peaks are very narrow and i am measuring ac level.
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
That explains a lot. And question 3? Robert
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
Also, how narrow is very narrow? Robert
View ArticleForum Post: RE: USB examples in controlSuite do not work in Flash mode?
Thanks for looking into this. Happy New Year and hope to hear from you again soon in 2016! :-)
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
yes it is very narrow
View ArticleForum Post: Data transmission using bluetooth with TM4C1294 is not working
Hello I tried for data transmission through UART with bluetooth module HC05 but it doesn't work code is as follows void setup() { Serial.begin(9600); } void loop() { int input = analogRead(A3);...
View ArticleForum Post: RE: Strange "[E0200] Offset out of range, must be [-4095,4095]"...
"Happy new year to you too, Pete. You prove a most welcome new (contributing - not just taking) addition to this forum." I do like to given back more than I consume. I also like to provoke people into...
View ArticleForum Post: procedure of copy data to usb-buffer of input endpoint_1-7
Hi. I have a MSP430F5529 _LaunchPad, and I learn examples of ti.com to create a usb-device (example "USB Keyboard Using MSP430"). I make a standart hid-device with hid report type datapipe. I have use...
View ArticleForum Post: RE: MSP430F5529 Launchpad hangs on Run attempt
Yikes. After the fix above it was then running fine. Pretty cool, I was enjoying the time on it! And then I had need for MSP430Flasher use, to flash a pre-built image from TI. When I launched it, it...
View ArticleForum Post: RE: TMS570LC43x Help example_sci_dma.c fails
To synchronize with DMA, you need to set up cache as "write through". The default in Halcogen is "write back". Thanks and regards, Zhaohong
View ArticleForum Post: RE: Data transmission using bluetooth with TM4C1294 is not working
Hello amit Problem is solved. I connect pins wrongly Tx and Rx pins are at X1 on TM4C1294 launchpad and i was using JP4 and JP5 Thanks
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
Hello robert I dont know how to capture peak in analog signal and these peaks are coming continuosly like trigger pulse. So how can we capture all these peaks in analog signal? I dont know anything...
View ArticleForum Post: debug run scrambling code
Hi, I have a small assembler code loaded at 0x8000 on f2069. When I single step it works fine, it loops waiting for a timer interrupt. If I allow the debugger to free run my code gets...
View Article