Forum Post: RE: TM4C1294XL + SDRAM extansion + project example
Hi Amit, Thank you about your answer. I already did but unfortunately i had the same mistake. Do you know if a code example with this extansion board can be download with the version 2.1.1.71 ? Or...
View ArticleForum Post: SCI transmit problem in loopback mode
Hi, I have a problem with the TMS570LC4357 . I want to use the loopback function for the SCI. Therefore I enable the loopback function and write something in the transmit buffer register. Now when I am...
View ArticleForum Post: RE: [MSP430i2040] Questions about the data sheet specification
Hello da, SD24 specifications were not developed for this exact setup (Vcc = 3, SD24 REFS = 1, SD24OSRx = 256, SD24GAIN = 2) but by taking the available data it is possible to estimate that the typical...
View ArticleForum Post: RE: Unable to send more then 8 bits on SSI
Not using input data, just sending. I have used SPI on many processors (Atmel, PIC, Silabs, TI and Rabbit and have never run into this problem. Setting the SSI for 8 bits and allowing it to control the...
View ArticleForum Post: RE: Are sources available for the MAC OSx...
If you are updating firmware by default TI HID BSL, check open source phyton firmware update example. I guess that it is working on OS X too. It is not so simple, but I made CDC BSL with AES that is...
View ArticleForum Post: RE: CS2500 ( msp430 )
Stoney, Are you using Arduino or Energia ? Only TI Launchpads (MSP430 included) will work with Energia as we have a specially written boards.h for our boards. You can install energia .nu here:...
View ArticleForum Post: RE: Debug problem TMS570LS1227 via JTAG
David, Your first image makes sense. When you changed the RAM from 0x0800_0000 to 0x00, you also moved the flash from 0x00 to 0x0800_0000. Therefore, the all FFFF_FFFF data makes sense. If you look at...
View ArticleForum Post: RE: MSP430FG4618 Information Memory Write/Read
Hi David, SegmentA only exists on MSP430FG47x, MSP430F47x, MSP430F47x3/4, and MSP430F471xx Devices. Since you are using a MSP430FG4618 the information memory is not divided into different segments and...
View ArticleForum Post: RE: msp430fr6989 write in FRAM
Hi, I have some doubts. There is another feature to be implemented: The upgrade in field of the firmware. The bus used for this is the SPI, Maybe it will be the topic of another post. My question is:...
View ArticleForum Post: Exiting Low power mode with internal interrupt
Hello! I'm wondering if i can use an internal interrupt to exit low power mode, more specifically either IDLE or STANDBY. It seems like HALT mode has to be exited by either a reset or an external...
View ArticleForum Post: RE: Unable to send more then 8 bits on SSI
I know, but the SSI FIFO does fill up and may perhaps block. GPIO_PORTF_DATA_R &= ~(0x4u); /* Select chip */ for( index=0u;index<2u; index++) { SSIDataPut(SSI0_BASE, ~out_data[index]); } .......
View ArticleForum Post: RE: starting a new move while moving
Hi Adam, If I understand correctly. There is no position information in a velocity move. So any suggestion how to stop at a specific position? Do I have to make my own motion profile generator to do that?
View ArticleForum Post: RE: 28335 ADC problem
The sample code is working really well. There seems to be some issue with your hardware then!
View ArticleForum Post: RE: TM4C1294XL + SDRAM extansion + project example
Thank you ! it's compiling. I didn't see there is a tab on Ressource=>Linked ressources named "Linked ressources" and with other path locations. I don't understand why these librairies are linked...
View ArticleForum Post: Error in RM57 TRM?
Page 1237 MibSPI, Fig 27-10 says a 12 bit word(0xEC9) is being sent,but the figure is titled for 8 bit and only 8 bits are displayed. Receive figure shows for 10 bits but only 8 bit is titled for the...
View ArticleForum Post: RE: Occurrence of a hard fault in TIVA C series launchpad
Thank You F.m. Thanks for your reply. I will try and update on the same.
View ArticleForum Post: RE: Beginner problems with the F28377S Launchpad - Where to...
Hi Zander, Check this file: F2837xS_SysCtrl.c Regards, Gautam
View ArticleForum Post: RE: MSP Flasher --- MSP430 Does not work after installation!
Perfect Akash! Let me try this and get back to you shortly!
View ArticleForum Post: RE: USB bulk code doesn't finish initializing
Here's the main.c function - basically the same as the usb_dev_bulk example. I suspect however, that the real lies in the linking process....
View Article