Forum Post: RE: How do I use the linker to move code into RAM?
An update.I put the lnk.cmd file back to normal, and started messing with #pragmasI added a pragma to the adc interrupt so that it would be loaded into the .data section. Now my isr deceleration looks...
View ArticleForum Post: RE: Looking for a tool to flash LM3S9DN6 and debug it? Can I use...
Hi Allyson,Can you share the map file where the declaration of the memory map is done. Secondly it is a warning and not an error so the bin file should be there. Did you try running this bin...
View ArticleForum Post: Chronos: Wireless development tool in a watch EZ430-CHRONOS
Hi,I am interested in purchasing the Chronus Ez430 development watch and want to learn more about it before I do so. I've done some research and found that the MetaWatch and Chronus Ez430 are both by...
View ArticleForum Post: RE: RAM BSL Source Code
Hello Katie,So, that answers my question - the 'external' have no way to get source code for BSL loaders that have been used in previous projects/designs - that are in the 'officially released'...
View ArticleForum Post: RE: F28027
Hi Sandeep,This would clear all your doubts:(Please visit the site to view this file)Regards,Gautam
View ArticleForum Post: Piccolo SPI SPISTE Question
Dear All,I am willing to interface an EEPROM to Piccolo F28069. I could not manage to send >16 bits over SPI link, with a single SPISTE pulse to the Slave. To describe it clearly, my memory device...
View ArticleForum Post: RE: How to transmit more than 16 SPI bits?
I think I could not understand your point in forming a for loop. Do you send the same 4*16bit data to the buffer 4 times? Or, should we place 4 off 16bit data to the buffer and that's all...
View ArticleForum Post: RE: Graphic Library for Hercules?
Val,Hercules does not have it's own graphics library. But the TivaWare grlib seems to be all 'C' code and I just tried compiling it for a Hercules in CCS without any errors.We don't really have a...
View ArticleForum Post: RE: RE: Blinky LED example - stuck in _memoryInit_ loop
Hi Stomp,Which silicon are you seeing this on? (part # and silicon revision). There was an issue with revision A silicon on some of our products, with an interaction between reset and power domains....
View ArticleForum Post: RE: TMS570LS3137 HALCOGEN Vs. iotms570LS3137zwt.h
David,I don't have the header that you're referencing (iotms570LS3137zwt.h) handy - actually not sure which package this came from. But looking at the generated code, I see that the 2nd example is...
View ArticleForum Post: RE: Creating a "data-only" .out COFF file to patch a sector of...
P.S. I'm using an XDS100v2 emulator to program and flash my F28069 chip. I assume that I can flash the normal program .out COFF file first, and then overlay part of memory and load and write just flash...
View ArticleForum Post: RE: Request: How to set criteria filter in HWAG.
Hi DaeCheol,You need to sync up the HWAG with the first missing tooth by using the ARM CPU.On each tooth arrival you record the PCNT (tooth width measurement). Let's say that the tooth interrupt...
View ArticleForum Post: RE: TMDX570LS31CNCD interchangeability
Hi,I found this document: http://www.keil.com/appnotes/files/apnt_210.pdfBut when I followed the instructions for the MCU I'm using (TMS570LS1227), I get loads of errors on Keil.Could you please...
View ArticleForum Post: RE: Using SPI transmit complete interrupt to trigger ADC with SOC...
Thank You for your suggestions, Mark. I am using the TMS320F28335, on the eZDSP evaluation kit from Spectrum Digital.
View ArticleForum Post: RE: MSP430FR57xx and LPM3.5
HiThanks for the reply. when I first started using micro's the term set and clear referred to setting the active state and sometoimes logic was positive and sometimes negative. I always try and find...
View ArticleForum Post: RE: RAM BSL Source Code
Hello Katie,Thanks for these links. Do you also have all of the revs of slau319x.zip? There was at least one RAM BSL file in those. The latest hasRAM_BSL.00.05.04.34.txt in it.And, if memory serves...
View ArticleForum Post: RE: Problem running correct C code on TMS320F28335 eZdsp
Hi AJ,Are you sure this code is meant for F28335 or C2000 controllers? Please check this video: www.youtube.com/watch?v=kiVOA5Js7ADo check out more videos on youtube.Regards,Gautam
View ArticleForum Post: RE: TM4C Sleep and Deep Sleep Power Configuration
Hello Scott,Yes, my suggestion would be to upgrade to the new package.RegardsAmit Ashara
View ArticleForum Post: RE: Looking for Documentation on DK-TM4C123G Examples
Hello Ted,Great explanation. To just add for clarity, the CLOCK_RATE is number of Tick Interrupt per second. So going by your explanation and the value of 10ms thereby computed it would mean 100 Tick...
View ArticleForum Post: RE: Reassignment of ADC pins to GPIO
Hello Arthur,Can you please send the original file that you are trying to modify in PinMux which gives you this error, so that I can check it? Also which version of PinMux are you using?RegardsAmit Ashara
View Article