Forum Post: RE: MSP430 Power Consumption
There is no single __delay_cycles() function; the compiler generates inline code adjusted for the cycle count. This is why we're asking you to put a single invocation of __delay_cycles() into a...
View ArticleForum Post: RE: How to upgrade/load firmware on factory production board/...
Nitesh, I apologize, I was looking at the wrong device when I spoke about the UART BSL. The BSL link provideed is for FR5xx/FR6xx devices, not the MSP430F5659 . I now understand that we are discussing...
View ArticleForum Post: RE: What JTAG connections are used for the MSP430F5131?
Hi Dough, Here what I've found in the F5xx UG, page 70: I hope this helps to answer your question. BR Lukas
View ArticleForum Post: RE: MSP430FR5959 BSL Help
I just change the example and there was a COM1, so I changed to COM30 that is my serial port. In osciloscope I can see the data arriving in MSP. I''l see what happen doing a SBWBOR Something I did was...
View ArticleForum Post: Where can I find list of functions like _delay_cycles(),...
Where can I find list of functions like _delay_cycles(), _bis_SR_register(), etc. for code composer studio v4? I'm using MSP430F5438A and code composer studio v4 core edition.
View ArticleForum Post: RE: How to upgrade/load firmware on factory production board/...
Nitesh, You can program an USB enabled MSP430 device via the USB BSL without programming it the first time via JTAG. In order to do this, you must ensure the MSP430 has the correct HW conditions to...
View ArticleForum Post: RE: MSP432 I-code and D-code flash read from same address
Hi Evan, I used the crc32_32-bit_signature_calculation example as reference with a few changes, please see below: /* * ------------------------------------------- * MSP432 DriverLib - v3_21_00_05 *...
View ArticleForum Post: LPM3 to AM
Hi. I'm using MSP430F5438A and ccs v4 and c for programming. My question is - how can I come out of LPM and go to Active mode on interrupt ? at the same time I want to disable all the interrupts (i.e,...
View ArticleForum Post: RE: CCS - Hardware Trace Analyzer (Interrupt Profiling)
Hi Abdullah, I did not get similar results when using CCS v6.1.3 and MSP-EXP432P401 Rev B silicon, the TA1 interrupt would be longer than TA0 by the amount determined by the for loop which I reduced...
View ArticleForum Post: How to roll back to a previous version of MSP430 Compiler Tools...
Hi, I'm currently running CCS6 running on Ubuntu 14.04 and have MSP430 Compiler tools v16.6. I would like to roll back to MSP430 Compiler Tools v16.3 but when I try to do this through the install new...
View ArticleForum Post: RE: LPM3 to AM
Waking up and disabling interrupts happens automatically; see section 1.3.4.1 of the User's Guide. What do you mean with disabling ports?
View ArticleForum Post: 2n3906 with msp430 using ultasonic us-100
Hi, Ive got the us-100 ultrasonic sensor which works off 2.4-5v, im switching it on using a 2n3906, the problem is that i cant get it to switch off and stop using current. I take a reading every ~30...
View ArticleForum Post: RE: How to roll back to a previous version of MSP430 Compiler...
You have to first "fool" Eclipse by uninstalling the compiler v16.6 from Eclipse, before you can install the older v16.3 version. See...
View ArticleForum Post: RE: LPM3 to AM
Clemens Ladisch I mean that the ports do not work either as output or input. Also can you tell me where can I find list of intrinsic functions like __bis_sr_register, __delay_cycles, etc.
View ArticleForum Post: msp430afe253
How do I get sd24_a.h and .c to include to my project? Is there a lib file that needs to be included for this? Steve
View ArticleForum Post: RE: How to roll back to a previous version of MSP430 Compiler...
Thanks, that did the trick.
View ArticleForum Post: RE: MSP430F249 and SPI communication
At this point I can not do this check because I have not with me any oscilloscope. The system clock is set to the maximum rate 16 MHz and I'm using an external crystal.
View ArticleForum Post: RE: How to upgrade/load firmware on factory production board/...
Does this work with MSP430F5659 ?
View ArticleForum Post: RE: 4- wire Jtag with MSP432
Hi Ryan, -We are using an XDS100V2 JTAG programming emulator: which, correct me if I am wrong, does not support SWD. -I agree : something on this specific PCB caused the MSP432 to enter this unknown...
View Article