Forum Post: RE: F28377D FLASH API or CSM unlock
Hi Danny,Check this link out: http://processors.wiki.ti.com/index.php/C2000_Piccolo_One-Day_Workshop_Module_4Regards,Gautam
View ArticleForum Post: RE: USB Stick data logging problem
Also, qs-logger is very complicated with a lot of functionality. I would very much appreciate a sample code that only "logs a text/csv file into a usb stick" and nothing more. I find qs-logger very...
View ArticleForum Post: MSP430FG4619 Puzzling UART problem
Good Evening,I am having a puzzling problem with the UART on the MSP430FG4619, with an MSP430xG461xIPZ100 development board. I am trying to communicate between two Xbee 802.15.4 modules using the...
View ArticleForum Post: RE: Connected Launchpad with Sensor Hub BoosterPack
Hi John, I think the ti exosite, is just to demo toggling leds and logging temperature. There is a free exosite developer account that you can try. See, link below....
View ArticleForum Post: RE: MSP430F5659 and PCU9656 led driver over I2C
ok i apologize i was given a function that didnt work for what i wanted and now i found my answer im sure yours worked fine but really all i needed wasLedState[x] |=(1<< n);LedState[x] &=...
View ArticleForum Post: RE: ADC calibration
Hi, Input voltage dropped at ADC pin, because your feedback circuit. Example: when I only used resistors to feedback voltage --> dropped. When I connected 2.048V reference (REF3020 of TI), it was...
View ArticleForum Post: RE: LED not working on breadboard
Hi Oswaldin, Which GPIO port is the LED connected to? PF0? PB0? PB1?-kel
View ArticleForum Post: RE: MSP430G2001 Errata sheet TA21 error workaround
TA21 is an old and very common bug. The timing diagram in the Errata is incorrect.
View ArticleForum Post: RE: Fault LED 06 glows on non-functional DRV8301-69M-KIT
the FAULT LED is on likely because the DRV8301 is damaged. You can get rid of the LED, but the problem will remain. I would think replacement (of the device or whole EVM) is in order.
View ArticleForum Post: RE: TM4C1294
Hello Andrey,The TM4C129 parts will be available from later 2Q-2014 onwardsRegardsAmit
View ArticleForum Post: RE: reading hex keypad input
I made this sample code to read a 3X3 hex keypad. Unless my code is wrong, my assumptions were right that the 0.3V drop makes it impossible to read the input by seeing if the pin is high or not. Should...
View ArticleForum Post: RE: Newbie Questions
Hello JeffSince the SYSCTL.PPGPIO for Port G is 0, it means that there is no Port G capability available in the device. Hence accessing Port G even if the clock is enabled will result in a Bus...
View ArticleForum Post: RE: MSP430F5659 and PCU9656 led driver over I2C
yes alot like that thank you i already got the one i was working on to work right after my last post but my code is longer and probably more inefficient then yours ill have to try it
View ArticleForum Post: RE: timer-based PWM, async duty cycle change
Hello Vladn,In PWM Mode the MRSU along with PLO bit is used. However this works in conjunction with GPTMSYNC in which the value 0x3 has to be written for the corresponding timer.Can you possibly use...
View ArticleForum Post: RE: In DMA transmission and reception is it possible to check...
Hi Brian, Thanks for your reply, As per your reply "[quote user="Brian Boorman"]If you use DMA, then you need to be prepared to process faulty bytes[/quote] for that any application notes are...
View ArticleForum Post: RE: uDMA Transfer Complete Interrupt Timing
Hey Amit,Actually I figured out that problem. It was actually the line before it that was the problem and for whatever reason the fault wasn't happening until after the next line that I originally...
View ArticleForum Post: RE: SSi max speed in TM4C123
[quote user="Amit Ashara"]Hello Dhanush,Change the Baud Rate from 33000000 to 40000000SSIConfigSetExpClk(SSI0_BASE, SysCtlClockGet(), SSI_FRF_MOTO_MODE_3,SSI_MODE_MASTER, 40000000,...
View ArticleForum Post: RE: tms320f28069
First go to: C2000 forumhttp://e2e.ti.com/support/microcontrollers/c2000/f/171.aspxThen, clink on New PostRegards,Gautam
View ArticleForum Post: RE: localtime function not giving proper results in CCS 5
Hi Bruce,I would like you to post the same query in CCS forum:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81.aspxAlso, create a new post for quick responses.Regards,Gautam
View ArticleForum Post: MSP430F2616 BSL utilty issue
Hello All,One of our client is using BSL uitility to upgrade code of MSP430F2616.It was working fine till code size was less.Now it gives error at address 0x1000e8 verification failed.With small code...
View Article