Forum Post: RE: ISR goes into upper 16 bit address in msp430f5249
Hello Ryan, Nice to hear back from you. And i would like to tell you i couldn't understand what you are saying about byte write functions inside of the boot code's memory interface file. Do i need to...
View ArticleForum Post: RE: MSP432 I-code and D-code flash read from same address
Hi David, I've been busy and this issue had been put on the back burner. I have just tried enabling flash read buffering via driverlib API enableReadBuffering, just DATA_READ and then tried both...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
It can tolerate this voltage but I want to use ADC of this MSP430G2553 microcontroller. I want to debug my code on my target board so I can get exact value of voltage at one of the ADC Pin. If I will...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
Thank you for this valuable advice. Still I am confused about the debugging through the SBW JTAG connection. I know it can program my target microcontroller. But I want to debug my code on my target...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
It does both. And yes, you can change the resistor divider. But I do not understand your ADC thing. What signals do you want to measure?
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
Actually I want to want to measure exact voltage from the current sense amplifier and that is connected to the BLDC motor. I want to make the current protection circuit. So as current increase from its...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
In MSP-EXP430G2 launch Pad they have already connected 100 ohms resistance on both RST and TEST Pins. Is more resistance is needed?
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
Do they? I did not look at the schematic regarding this. If so, then no additional resitance is required. If you use one of the internal reference voltages of the ADC module or use an external...
View ArticleForum Post: MSP GANG programmer: how to blow fuse programmatically
Hi! I flash MSP430F2274 with MSP-GANG over sbw succesfully: MSPGANG_API.SelectImage(0x80); MSPGANG_API.MainProcess(1000); Then i have to test the MCU. And if the test is ok, then i would like to blow...
View ArticleForum Post: CAPDx register config for current consumption control
Hi Support, in our MSP430F2xx UG we states 19.2.6 Comparator_A+, Port Disable Register CAPD The comparator input and output functions are multiplexed with the associated I/O port pins, which are...
View ArticleForum Post: RE: using ez-fet to program a different target
Thanks Ralph, I did some more poking around and I think the Silkscreen might be wrong. When I did a contanuity test on the SBW txt line it appear to be connected to TCK. I had to step away from...
View ArticleForum Post: RE: msp430 GCC startup source code
[quote user="Clemens Ladisch"]And what are the contents of the reset vector? Still __crt0_start?[/quote] Yes it still is, good point indeed. But I've figured out how to fix this as well. In your...
View ArticleForum Post: RE: Attaching the BNO055 to the MSP430 launchpad
Hello Murtadha, Not much has changed since your past inquiries: e2e.ti.com/.../468314 forums.adafruit.com/viewtopic.php Code requests such as these are usually left unanswered, it is not often that...
View ArticleForum Post: RE: CAPDx register config for current consumption control
Hi Alberto, Stated in the device datasheet footnotes of the port schematics: "Setting the CAPD.x bit disables the output driver as well as the input to prevent parasitic cross currents when applying...
View ArticleForum Post: RE: text file to msp flash
But the final system will have only stand alone MSP430. How can I deal with this.
View ArticleForum Post: RE: How to calibrate DCO without externel quartz
Hi Pascal, Calibration values for 1, 8, 12, and 16 MHz are already stored in Information Memory Segment A starting at address 0x10F6, these were programmed during production and are already available...
View ArticleForum Post: RE: using ez-fet to program a different target
Chris, I think there are a couple of points of clarity that I can shed on the problems you are having. First, the name for the SBW pins. There is some ambiguity in the naming here because these pins...
View ArticleForum Post: RE: MSP430F5152 BSL Data Transmit Pin
I'm trying to get a board to test this myself - sorry for the delay. -Katie
View ArticleForum Post: RE: MSP430FR6972 ADC+DMA issue
Hi, I think you are correct that the post you linked to is what you are experiencing. This has since been documented in the errata for this device: Let me know if the workaround works for you or if you...
View ArticleForum Post: RE: Two Timers running parallel in MSP430F5529
Thanks for your reply.. While posting it here, i wrongly deleted the configuration of P1.0 and P3.0. i configured them as Output.(Eg: P1DIR |=BIT0). I didn't get the mentioned point. "You do not have...
View Article