Forum Post: RE: all info memory block get erased on power on cycle
Another possibility is, you increased the MCLK frequency from 1 MHz to 16 MHz without waiting for Vcc to reach the necessary level. The CPU may crash and wondered into Flash-Erase code by mistake.
View ArticleForum Post: RE: How to awake the MCU from LPM3?
Usually, you go to a LPM to wait for a certain event before you want to proceed. In the mean time you also want to have interrupts serviced. When the interrupt indicating the event you are waiting for...
View ArticleForum Post: mps430f5529 I2C to MPU6050 help
Any help figuring out how to get i2c working with the MPU6050 would be appreciated. or some tutorials to follow for the msp430F55 series. What's the best way to debug serial communication, just print...
View ArticleForum Post: RE: Unable to load U-boot for AM3351 processor
[quote user="Chris Lightcap"]As I'm using a custom AM3351 board, I needed to modify the DDR memory configuration and pinmux settings to be compatible with my board. [/quote]The address 0x80800000 at...
View ArticleForum Post: RE: MSP-EXP430G2 Launchpad
You can download the design files of the LaunchPad on the product website . It is 12 mil.
View ArticleForum Post: CC2650 Launchpad Project 0 log issue
Hello How can I see the log file? I have opened putty and followed the instructions in the project 0 page, but got the error: "unable to open connection, host does not exist" Can anyone explain how to...
View ArticleForum Post: RE: How to build a Look Up Table with CCS 6.2 assembly code?
Hi, I want to use Look up table function, so I will like to store some data into flash memory ( 0C00H to 0FFh) to modify my mcu output data. but I don't know to writing this section assembly code in...
View ArticleForum Post: RE: MSP-EXP430G2 Launchpad
ok thanks and how can i get the copper thickness used on the board i mean how many ounce ?
View ArticleForum Post: RE: MSP432 Driverlib Demos all 3Mhz -- problems with 48Mhz,...
Hi Andre, let me try to address a number of the excellent comments you made throughout this thread. [quote user="Andre Lamothe"]I don't have time to write the I2C drivers, and driverlib has nothing,...
View ArticleForum Post: RE: MSP432 can't connect JTAG on MSP432P401R REV.C
Hi Tan, The option that you are showing on your screenshot is correct. Do you know how many devices are experiencing this issue?? Could you please take a picture of one of these devices?? I'm...
View ArticleForum Post: RE: CC2650 Launchpad Project 0 log issue
Hi Amit, Could you please confirm that you are using the MSP432LP + CC2650BP?? If that is the case, by default the logging is disabled. /* Initialize the RTOS Log formatting and output to UART in Idle...
View ArticleForum Post: RE: MSP-EXP430G2 Launchpad
THANKS Mike, i think there are no separate GND & Power planes on msp-exp430g2 launchpad board? There are only 2 layers on the top & bottom where the copper pour is connected to GND is it correct?
View ArticleForum Post: RE: How to awake the MCU from LPM3?
thank you for the replay, old_cow_yellow but seems I am stuck with these interrupts. I un commented the following in the RX ISR if (uart.bufRXpnt == uart.RXbuffer+uart.RXbuffer[1]) //uart.RXbuffer[1]...
View ArticleForum Post: RE: Command line flasher and drivers under Windows 10
Hi George, You are asking about MSP430-Flasher , correct? I will check with our tools team about the Windows 10 support - thanks for posting as this is an important question as windows 10 grows in...
View ArticleForum Post: RE: MSP430F4250 SD16_A issue
Excellent! Thanks for letting me know. Also, I'll file a bug for this code example, so the fix can be implemented. Regards, James MSP Customer Applications
View ArticleForum Post: RE: Measurement of voltage using ADC pins on ez430-rf2500
Thanks. Someone please reply asap. We are struck on this from last week. Thanks in advance.
View ArticleForum Post: RE: MSP430F67791A RTC issue
Hi Dhiren, The schematic and layout appear to be fine but your code initialization could use some improvements. UCSCTL6 should not be cleared out and XCAP shouldn't be set at all since external load...
View ArticleForum Post: MSP430F5636 Flash Banks
Can you please tell me if their is any blocking behavior during the erase OR write procedure on MSP430F5636 when executing code from the alternate flash bank. Does CPU activity at any point stall in...
View ArticleForum Post: RE: MSP-EXP430FR5994 + BOOST- CC2564 MODA
Hello Anton, Yes it should be possible. At this time there is no "out of the box" support in the TI’s MSP430 Dual-mode Bluetooth stack for the FR5994, but the porting should be straight forward. Please...
View Article