Forum Post: RE: software tools revisions for RM48
Zanzibar,Any CCS revision v4 and beyond has the same emulator-based free license option. If memory serves the hdk has onboard xds100 which is covered under the free license option with no time and...
View ArticleForum Post: RE: Connecting 24 Bit SPI Slave to TM4C12336H6PZ
Hi,This mode is managed by the module's FIFO - as long as you have a word in FIFO, it is sent; when the last bit is transmitted and no more words, the SSIFss is rised up so you must wait tor the...
View ArticleForum Post: RE: 28335 and emulator connecting problem
Hi Usman,Please create a new post for quick replies. Secondly, choose "Free License" option in the license manager for XDS100 based kits.Regards,Gautam
View ArticleForum Post: RE: IIR filter of "fixed point dsp library" very slow
[quote user="Ludwig Schlegel"]Do you have some other implementations of an IIR-filter?[/quote]sorry, Ludwig, I don't have. Maybe TI empoyees will offer something...Regards,Igor
View ArticleForum Post: RE: F28M36 boot from Ethernet
Santosh,Thank you for the attached library. Finally, I could build my project with it. However, I had to configure the link order because I also use driverlib.lib and some names were redefined in the...
View ArticleForum Post: RE: How to add a header file to library in IAR???
actually correct syntax is #include "io310.h"anyways if you paste your code we can tell where is the problem exactlyfor more information regarding header files you just go through...
View ArticleForum Post: RE: LM4F120: UART1/2
Hi,the output of the "Hello World!\n" inside the while-loop is as follows:lrHodeW!lrHolH !lo llH deo lrH deW lrHolHW!loHolH !lo llH deW lrHodeW!lrHolHW!loHllH deo lrH deW lrHodHW!loHolH !lo llH deo...
View ArticleForum Post: RE: UART Communication with MSP430F6779
One more thing i have noticed is, once I put a break point @ oscillator fault flag test then allow for continues run the loop become infinite loop. The similar condition occur if i add a delay (using...
View ArticleForum Post: Need old revision of RDK-BLDC Firmware Package
Hi,I am trying to update an existing MCU design that was originally based on the "revision 6459 of the RDK-BLDC Firmware Package". In order to trace the changes that has been done in the code I need to...
View ArticleForum Post: msp430g2210 timer on P1.6
hi i am working on mspg2210 timers.the problem i am facing is timer 0 is working fine but when i configure timer on p1.6 it is not generating any interrupt.here is my code can any one tell me where i...
View ArticleForum Post: RE: Does DATA Write to Flash Address Space in TMS570LS0432...
Hello Pashan, When the write is less than 64-bit, it will always casue a read-modify-write operation from the processor regardless of the setting of the ATCMRMW. The TCMs support the use of an error...
View ArticleForum Post: RE: Very confused about Port Mapping and I2C/SPI
Great, now my code is telling me I am recving a 0x00 when my logic analyzer is telling me a 0x01. This makes absolutely no sense. I can easily get I2C and SPI working for everything else but SD Cards....
View ArticleForum Post: I2C Multi Byte Operation
Hi,I am using LM3S9B96 Dev board to interface with my device through I2C. I need to use 8 bit address and 16 bit data. Its working fine but at some instance it's missing some data while write process....
View ArticleForum Post: RE: how to read read the data from the data from Flash memory
You must store the checksum at a location where it isn't included into building the checksum later. The info memory is a good place for this (actually, it does exist for this kind of data storage)How...
View ArticleForum Post: RE: Emulator connection terminated with random error message in...
Hi Maria,I have installed the new CCS and control suite and everything is working properly now. I did this yesterday, sorry didnt have time to post that the problem is solved.Thank you very much for...
View ArticleForum Post: MSP430: Flash access violation by electromagnetic field
I have a problem wit a circuit including a MSP430F5528. One out of ten equal boards is very sensitive against a shielding cover. Each time I close the cover the MCU performs a reset. Sometimes the...
View ArticleForum Post: RE: Not able to use ez430 chornos development kit in watch
Hi,I think no one is taking up this issue so serious any ways i found a bug the ex430 chrons watch drivers are not supported for windows 8 it can only used in windows 7 or any previous versions thanks...
View ArticleForum Post: RE: XDS100V2 and Hercules RM42
dear;had this problem been solved? if yes! how did you solve it? i have the same!
View ArticleForum Post: MSP430FR5739 I2C Master problem, Missing bit7.
Hi All,When I use the I2C master demo "eusci_b_i2c_ex4_masterTxSingle", the demo failed at EUSCI_B_I2C_masterSendSingleByte.When I set the slave address to 0x81, and check the wave from scope, I find...
View Article