Forum Post: RE: Help with reset reason for MSP430F2xx
I would have expected PORIFG to be set.
View ArticleForum Post: RE: Peripherals buffer size is not documented
I see I can resolve this question myself. Consider this thread closed.
View ArticleForum Post: RE: Peripherals buffer size is not documented
>I see I can resolve this question myself Could you share with us what resolution is in the end?
View ArticleForum Post: RE: Help with reset reason for MSP430F2xx
Not all the bits in IFG1 are the flags for Reset causes. Only PORIFG, RSTIFG, and WDTIFG are. Not all the flags for Reset causes are in IFG1. For example, KEYV is in FCL3.
View ArticleForum Post: MCP3551
Hello, I am making the interface between the MSP430FG4618 and MCP3551. I am getting a value of 1048573 which is not consistent with the input state +VIN = VCC (+ 5V) and -Vin = GND (0V). When +VIN and...
View ArticleForum Post: MCP3551
Hello, I am making the interface between the MSP430FG4618 and MCP3551. I am getting a value of 1048573 which is not consistent with the input state + VIN = VCC (+ 5V) and Vin = GND (0V). When VIN + and...
View ArticleForum Post: RE: Help with reset reason for MSP430F2xx
Yes, one would expect PORIFG to be set. I just remembered that the circuit has a battery backup so the power cycle might not actually be a true cold boot. Will have to drag out the schematics and review.
View ArticleForum Post: RE: Help with reset reason for MSP430F2xx
True, IFG1 is not the only register to check, but should be fine just to test the simple cases of asserting the reset pin and cold boot. Once that is working, then I can look at checking all the other...
View ArticleForum Post: Recent update to 6.1.1 has corrupted a set up file
Hello, After updating my version of CCS to 6.1.1.00022, I have a corrupted setup file. The error message is shown below. Please comment if you know how to resolve this. Thank you, Patrick
View ArticleForum Post: grace and driverlib support for MSP430FR6972
we have a product implementation based on MSP430FR5969 , now we are moving to MSP430FR6972 . previously we have a bunch of software code relying on code generation of grace as well as the interface...
View ArticleForum Post: RE: msp430fr5969 i2c problem
Are you sure that MSP is entering LPM0? _bis_SR_register( CPUOFF + GIE);
View ArticleForum Post: Programming Issue of EXP430F5529LP
Hi, I'm just starting to use EXP430F5529LP for the debugging with CCS 6.0.1. but everytime I wanna debug, it always showed "MSP430: Error initializing emulator: No USB FET was found". Also there are...
View ArticleForum Post: RE: ADC of msp430
[quote user="usman akhtar"]Can anybody help me to know how to place the IQ library into the ram memory so that I can get speed executions.[/quote]For flash based devices such as msp430f1232 executing...
View ArticleForum Post: RE: No __NOP in C++ for MSP432 with latest CMSIS update??
Thanks for the explanation, Chester. I also encoutered the problem with the different linkage specification when trying to remove the #ifndef ... But I noticed that the __NOP definition does not...
View ArticleForum Post: RE: Authorized Service Center for MSP430 FET FLASHER Debugg
Ask the party where you got it.
View ArticleForum Post: #29 expected an expression strings how to fix it?
Code Composer Studio Version: 6.1.2.00015 I am trying to make a very simple code but I don't know why the #29 error pops out. It's on the same line repeated, the ones in grey. The idea of the project...
View ArticleForum Post: RE: No __NOP in C++ for MSP432 with latest CMSIS update??
[quote user="Andreas Terstegge"]But I noticed that the __NOP definition does not produce an error (in contrast to __nop, __wfi and __wfe when being used in C++ mode.[/quote]That is because the TI ARM...
View ArticleForum Post: RE: SPI Communication between msp430 and cc2531 zigbee
Hi Ashraf, Instead of the char spi_recieve_data(void) function, try using an ISR to receive the data into your z variable. Here is an example of that: dev.ti.com/.../ Regards, Akash Patel
View Article