Forum Post: RE: Dip in AVCC and DVCC and Reset Pin of MSP430 controller
Hi llmars, I have captured 5 volts and 3.3 volts from our board in scope with our device operating in battery and scope connected in UPS at battery mode. In this above test only connection between our...
View ArticleForum Post: MSP430F6779A: USB support in msp430F6779A ?
Part Number: MSP430F6779A Hello, I am using msp430f6779a microcontroller. Does this microcontroller support USB features as a device or a host? If not then which mictroller in F6 series support this...
View ArticleForum Post: MSP430F6659: Confusion about CPUx feature in msp430f6659
Part Number: MSP430F6659 Hello, we are using msp430f6659 . we have read in datasheet that it has CPUx feature. we want to use it then how can i use ? we are programming using c language in CCSv6. which...
View ArticleForum Post: RE: MSP430F6659: Confusion about CPUx feature in msp430f6659
Look for yourself: http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=slau208&fileType=pdf , Chapter 6
View ArticleForum Post: RE: Using XDS100 v2 for programming MSP432 series
David, I have actually designed my board to use the FET debug probe with the FE-432 Adaptor. But since we already have the XDS100v2 14 pin debugger and since the MSP432 webpage says that they can be...
View ArticleForum Post: RE: msp430fg4618 debugging problem
We are using MSP-FET 430UIF DEBUGGEER and we are using a custom board for the MSP430FG4618 .
View ArticleForum Post: RE: msp430fg4618 debugging problem
we are getting the following errors Mon Dec 19, 2016 13:22:05: Using license: Standalone license - IAR Embedded Workbench for Texas Instruments MSP430, 4K KickStart Edition 5.60 Mon Dec 19, 2016...
View ArticleForum Post: RE: MSP432P401R: MSP432 booting to c_int00
Hi Dave, the code from startup_ msp432p401r _ccs.c (as generated by CCS) should do that for you. You can use this code snippet: #if defined(__GNUC__) /// Entry point for the application. extern int...
View ArticleForum Post: RE: CCS/MSP430FR4133: MSP430FR4133 - CodeComposer Studui and the...
Thank you for your comment! I think your answer as from your point of view ok - but this is not the exact problem I have! If the while(!(UCA0IFG&UCTXIFG)) Condition stands in the interrupt routine,...
View ArticleForum Post: RE: MSP430F248: MSP430F248 assembler: Enable Interrupts (EINT)...
Hello Jace, thanks for the fast reply. The CPU19 bug would affect only the MSP430F248 , the MSP430F148 errata does not show the issue. Can you confirm that the MSP430F148 does NOT have this bug? We...
View ArticleForum Post: RE: MSP430FR6972: TImer continous mode 's question
I did not understand your description. Please specifiy at which times you want to get interrupts.
View ArticleForum Post: RE: MSP430F6779A: USB support in msp430F6779A ?
The MSP USB module works only as a device. F663x and F665x have USB.
View ArticleForum Post: RE: CCS/MSP430FR4133: MSP430FR4133 - CodeComposer Studui and the...
[quote user="Gerhard Binder"]Can you tell me the reason, why this is??[/quote] Not that I'm definitely sure - I'm not having a MSP430 board + CCS to test with. But you need to note that debuggers are...
View ArticleForum Post: RE: MSP430F6659: Confusion about CPUx feature in msp430f6659
The compiler automatically uses CPUX features when you configure it for the F6659.
View ArticleForum Post: RE: CCS/MSP430FR4133: MSP430FR4133 - CodeComposer Studui and the...
When an interrupt flag is set, the interrupt handler is executed immediately. So the main program will never be able to see this flag.
View ArticleForum Post: RE: CCS/MSP430FR4133: MSP430FR4133 - CodeComposer Studui and the...
Thank you for that comment - at the moment I think this is the correct answer! So for example: I must programm a new interrupt handler, there I make a copy of the Interrupt flag - this copy is used in...
View ArticleForum Post: MSP430F5529: Hardware Multiplier MPY32 for 8x8 signed matrix...
Part Number: MSP430F5529 Hi, I want to use the combination of DMA and MPY32 of MSP430F5529 for matrix multiplication. I have achieved the task and the code gives correct outputs for smaller dimensions...
View ArticleForum Post: RE: CCS/MSP430F67641: Restart issue
Hi Ki-Soo Lee, Thanks for suggestion. we connect 1k resistor as you suggest and after test our module but our restart problem is not solve. Below mention test case after additional 1k resistor between...
View ArticleForum Post: RE: CCS/MSP430F67641: Restart issue
[quote]Our application program size is 35 Kb our MCU is work very well.but when our program size is greater than 45 Kb our MCU are continuous restart.[/quote] Am I wrong in suspecting changes in the...
View ArticleForum Post: MSP430FR6972: MSP UART IrDA Mode for 38 kHz Modulation
Part Number: MSP430FR6972 Hello all, We were using IR transceiver and successfully read and write with the help of IrDA probe. We use 3/16 bit period for this kind of communication. Since the customer...
View Article