Forum Post: RE: Very Fast UART in VirtualCOM
I think UARTprintf, UARTwrite or UARTCharPut don't do what they say.I was able to repeat the behavior of "lost data" at 115200bps by sending a large string (350 characters) in UARTprintf, and after...
View ArticleForum Post: MSP-EZ430U vs MSP-EZ430RF
Hi,I am working on a project which uses MSP-EZ430U as an UART interface to communicate between PC and CC430F5137 MCU. It happens that my USB debugging interface (MSP-EZ430U) is not working.I could not...
View ArticleForum Post: Error running the project HVACI_Sensorless_F2833x, F28335PFG...
goodnightI am running the example HVACI_Sensorless_F2833x (attachment), in the F28335PFG Control card. but I see some errors. when I run the example and graph rg1.Out variable is not observed...
View ArticleForum Post: RE: uDMA skips 3rd byte when transmiting to periphetal UART1
Hi Ondrej, There is a udma_demo example program in Stellarisware, which demonstrates the use of the uDMA controller to transfer data between memory buffers, and to transfer data to and from a UART....
View ArticleForum Post: RE: Failed to synchronize baud rate with the board
Hi Jules, Try setting the LM Flash Programmer Serial to "Disable Auto Baud Support".-kel
View ArticleForum Post: Communiation over SCI
Hi,I am working on TMS470MF06607 and we having an issue with SCI port, i.e.When we connect debugger to our hardware and send a command to then it responds for the same. But when we remove the debugger...
View ArticleForum Post: How to use pi.h header file in f28335?
Hello!I want to use pi controller for my system. I found a pi.h header file in control suite. But i dont know how to use that. please help me how should i access pi controller variable from my main.c...
View ArticleForum Post: RE: Reprogramming MSP430 remotely not using JTAG?
http://processors.wiki.ti.com/index.php/Custom_MSP430_BSL
View ArticleForum Post: RE: Clock Multiplier for the MSP430 FRAM series
[quote user="dauletle"]Are you saying that in my scenario, there is no need to use the DMA? I can tinker with the software so that there is a change on making the algorithms more efficient, but want to...
View ArticleForum Post: RE: ADC Speed Set
to Zander and cb1_mobile:I agree, have a great weekend and much fun.Cu again at the next discussion.Peter
View ArticleForum Post: f_write to SD CARD not working
Hi,am trying to write a file in sd card using f_write function but its not writing to it....intCmd_write(int argc, char *argv[]){ FRESULT fresult; unsigned short usBytesRead=0;// // First, check to...
View ArticleForum Post: hi, im writing a code to get data from rtc(bq32002)to lx4f232h...
intmain(void){//unsigned long ulDataTx;unsigned int i;SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_OSC | SYSCTL_OSC_MAIN |...
View ArticleForum Post: hi, im writing a code to get data from rtc(bq32002)to lx4f232h...
SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_OSC | SYSCTL_OSC_MAIN |...
View ArticleForum Post: RE: QEI0 LM4F230H5QR
Hi,I add 2 lines and it works!//You should add two lines before configure PD6 and PD7 HWREG(GPIO_PORTD_BASE + 0x520) = 0x4C4F434B; //Unlock GPIOCR, see datasheet page 711...
View ArticleForum Post: RE: MSP430F2274 Problems with ADC10
This line: ADCresult=0; is a error me. The operational I think that is the more importat because unless .... why don't work the gain in operational??
View ArticleForum Post: RE: Ek-LM4F120XL UART_1 Configuration Issue
Considering further - while you report checking/attempting multiple baud-rate settings on the inter-connected PC - did you also check/insure that data width (8 bits), Start, Stop, Parity all matched...
View ArticleForum Post: RE: FLASH programming via JTAG problem
Thanks for the fast replay,No, I didn't know that I have to perform erase first... Yes, I was using the Byte/Word mode not the block mode and I checked the clock frequency with oscilloscope. I will try...
View ArticleForum Post: RE: Whether F28M35H52C1 support any Operating system( OS ) ???
Hi Igor,The absolute minimum requirements for Android (Android 1.5 - Cupcake) were originally a 200 MHz processor, 32 MB of RAM, and 32 MB of storage. Same is the requirement of basic Windows CE! So...
View ArticleForum Post: RE: Fixed point to floating point conversion
Hello!You can refer to http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/267132.aspx & http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/271277.aspx.Regards,Igor
View ArticleForum Post: RE: RF access point driver installation failed
seems like I found the solution.http://www.youtube.com/watch?v=Nx7uJe6kqecIts because the driver does not have a windows signature. So first disable signature control using the link above and then...
View Article