Forum Post: ARM Cross Compiler for TMS570LS31x
Hello. I've tried to compile uclinux on ubuntu. I think I need arm cross compiler which can use on linux.I've tried to build arm cross compiler many times. but that didn't work well. Is there any route...
View ArticleForum Post: RE: CortexR4: Trouble Writing Register REG_AHB_DOWNLOAD: No...
Ok, does this mean, you have a solution for this problem?Kind regards,C.W.
View ArticleForum Post: RE: ECC FLASH testing
Yes Paul,It enters to Prefetch abort when I include the call to _ENABLE_ECC_FLASH_ function. Thanks,Vivek
View ArticleForum Post: RE: MSP430FR5727 UART problem
I have tried different baudrates but still get the same result..
View ArticleForum Post: RE: Problem in TI MAC
That file group is marked for "Multi-file Compilation", as you can verify right-clicking on it and selecting "Options...", which is an optimization setting.From IAR EW430 compiler reference:MULTI-FILE...
View ArticleForum Post: implementing robust glass break detector
hi,i am implementing ROBUST GLASS BREAK DETECTOR by using MSP430F2274,is any one familiar about this?actually i want to know about both signal analyses of this project and how we can perform signal...
View ArticleForum Post: Unable to write RAM Test in asm
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: Sygma-Delta ADC
[quote user="Giordano Bruno Wolaniuk"]I think I can optimize the energy consumption in a board with only one device. But I can be wrong.[/quote]I'm afraid you are. Hi-performance CPU with built-in low...
View ArticleForum Post: RE: MSP430F149 real time clock??
[quote user="Ivan Debelec"]i need to implement Real time clock with calendar for MSP430F149...[/quote]You have two options:First one is to implement an RTC in software. You need, as OCY already wrote,...
View ArticleForum Post: RE: P2IN5 is always 1 - MSP430F5528
[quote user="Sergey Vladimirov"]Also it happens on both boards that i have, so i dont think that the problem is in faulty part.[/quote]Own PCB? maybe there is a layout problem and you don't really...
View ArticleForum Post: RE: MSP430 + FRAM: can FRAM be used as SRAM?
Hi,i think this can help you:http://processors.wiki.ti.com/index.php/Creating_MSP430_FRAM_Variables_Using_CCS
View ArticleForum Post: Inquiry regarding EZ430-RF2500-SEH behavior
Hello, allNow I am starting the evaluation of EZ430-RF2500-SEH, then would like to know this module's behavior.From the manual, I understood that J8 on CBC-SEH-01 should be removed first, so I kept...
View ArticleForum Post: RE: xF28M35H52C vs F28M35H52C ? What changed?
Hello Edwin98052!Perhaps your issue is in Revision of device. Refer please to this thread http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/287369.aspxRegards,Igor
View ArticleForum Post: About LM3S817 grid synchronization
Hi,We are using ARM based LM3S817 microcontroller for Inverter. Can i do grid synchronization with this controller.If any possibilities please provide some solutions and related documents as soon as...
View ArticleForum Post: RE: CC430F6137 Flash memory problem
Nothing specialis required to read from flash... e.g.:char c = *Flash_ptr;reads the byte pointed by Flash_ptr into local variable c wherever it is (RAM/ROM or flash).Regards,Peppe
View ArticleForum Post: ADC conversion and sample sequencer 1
Hi all, im new to the ARM processors and have recently purchased a Stellaris Launchpad (which i now realise have been rebranded as Tiva).Nevertheless i am attempting to use the ADC module with...
View ArticleForum Post: RE: I2C Slave MSP430G2231 send multiple bytes
BTW: the origial code will only work for the first master receive operation, as it increments the slave address on each master receive, so it will send a NACK on the second run. Only every 256th try...
View ArticleForum Post: RE: Convert NTC value in °C
Hi Sebastien,What do you mean with the following statement?[quote user="Sebastien Dassy"]I can read the resistor's value of NTC but not the result of the Steinhart-Hart equation.[/quote]Can't you read...
View Article