Forum Post: RE: SDRAM controller
Yes, I want to know that.I want to use RM48L952 chip and MT48LC4M16A2B4 SDRAM. A printboard is under construction.Is EMIF part for SDRAM "ARM PrimeCell MultiPort Memory Controller" like one of...
View ArticleForum Post: RE: how to display counter in lcd for msp430f5438 experimenter board
Sir,I have done as per your instruction and it is display numbers but it is incremenring 10's factors .like 10,20,30,40etc.here is my logic:void lcdprint(){uint32 i=1;char str[100]; while(1) {...
View ArticleForum Post: MSP430F4250 watchdog issue
Dear All,One of our client is using MSP430F4250 with 8 Mhz clock.They have implemented watchdog reset and are resetting the watchdog periodically about 2-3ms and it is working fine.But In one of part...
View ArticleForum Post: counter values in lcd increasing by 10's factor for msp430f5438...
Madam/Sir,I have to display numbers in lcd on msp430f5438 experimenter board.I have tried my logic but it is incremenring 10's factors .like 10,20,30,40......................etc.it is not displaying...
View ArticleForum Post: MSP-FET430UIF problem
hello,I would like to be able to quickly program the MSP430f6736 evaluation board with FET-Pro430 by Elprotronics. I am using JTAG connector MSP-FET430UIF. Its version is v1.4. When I open the...
View ArticleForum Post: RE: Time stamp counter on TM4C123x and 129x
Hello ElderDo you mean TIVA Application being able to access the CYCLECOUNTER register of IAR?RegardsAmit
View ArticleForum Post: RE: #pragma DATA_ALIGN
Hello Sayed,The DATA_ALIGN pragma means that variable to follow is to be aligned on 1024 byte boundary. It must not be arbitrarily declared at any non-1024 byte location. As an example A byte can be...
View ArticleForum Post: RE: F2837xD Internal Temperature Sensor
Thanks Devin, for the info.Regards,Gautam
View ArticleForum Post: RE: TM4C123GH6PZ: Facing problem in PORTF functioning
[quote user="Amit Ashara"]Having the CR bit set is sufficient.[/quote]@Amit. Yes, it is mentioned in the datasheet.There are lots of posts in the forum regarding "unlocking code". I don't think that...
View ArticleForum Post: RE: TMS470MF06607 "DCAN INT" Interrupt register bit[23:16] Int1ID...
Hi Hideaki Nambu,In DCAN, Init0ID & Init1ID bitfields provide information of the source of interrupt. for DCAN0 and DCAN1 interrupts. These bitfields will point to to the interrupt with highest...
View ArticleForum Post: RE: TIMER_A0
By the way, TACCR0 = 62.5; is equivalent to TACCR0 = 62; for a totally different reason ;-)
View ArticleForum Post: RE: CS_Hold doesn't work properly.
Sorry I took such a long time to answer to your reply. I fixed the problem. For some unknow reason, everything started working again after I shutdown my PC and let it rest for a bit before turning it...
View ArticleForum Post: RE: ft800 interfacing with tiva
Hello,I have been working on this GLCD since a week and previously I was working with arduino just to check the GLCD with touchscreen and it worked fine.. Now I am switching it over ARM with same LCD...
View ArticleForum Post: RE: a use case of idle line mode
Thank you for your reply. I want to use it to coorperate with DMA to receive a variable frame, meanwhile i hope there is less enough( only one for a frame) interrupt generated when receiving the data.
View ArticleForum Post: RE: Working through the labs, weird motor identification results
Hi Chris,thanks for answering.Yes I had spotted lab10a but as I'm now getting about 1 ~20 mNm @ 1.8 Amps with max pwn 86% I'm confident I can get the specified 24 mNm at the specified 2.5 Amps with...
View ArticleForum Post: RE: RESET
You could do things like WDTCTL = 0; to cause a reset (watchdog password violation).
View ArticleForum Post: RE: JTAG Connection Error with RM42L432
Phillip,nRST sure needs to be pulled up, as it can act as an I/O at different instances.Apart from that nPORRST is an input pin, which is connected to a reset circuitry I would assume, which needs to...
View ArticleForum Post: RE: problem in I2C with accelerameter slave
After configure the USCI for I2C,UCBBUSY=1. always. what is the problem for this? I am using MSP430F5438A.
View ArticleForum Post: RE: IAR: user error: "Instruction found on an odd address 65535"
The simulator may not be able to generate an interrupt. But it does use the reset vector.
View ArticleForum Post: RE: Code building issue
Hi, Those defines should be set at your CCS Project Options -> Preprocessor Symbols.-kel
View Article