Forum Post: RE: Weight of Sensor Hub BoosterPack and Tiva™ C Series TM4C123G...
[quote user="Stellaris John"]Conversion to metric is left as an exercise to the reader :)[/quote]John - once more - to the rescue... One hopes that the, "English only" units does not reflect an aged...
View ArticleForum Post: UARTDR pg 903
Hi 'i came across this while reading pg 903If the FIFO is disabled, data is stored in the transmitter holding register (the bottom word ofthe transmit FIFO).I got a bit confused. Isn't there two...
View ArticleForum Post: IAR upgrade problems
My project was developed using IAR version 5.5 and is deployed and working well. Now my client wants to add WiFi and I was out of flash space. The LM3S9B92 has 256K and it was full. Furthermore my...
View ArticleForum Post: RE: MSP430F5529
As an FYI, this is covered in the Getting Started with the MSP430 Workshop. Searching the workbook for "even_in", you should find it discussed in the interrupts chapter (page 5-25 in version 3.02a of...
View ArticleForum Post: RE: msp430 f5529 clock configuration
[quote user="Mike Pridgen"]I strongly recommend you use the 430ware Driver Library functions included in CCS for DCO configuration.[/quote]I strongly recommend Mike's suggestion. Setting the clocks up...
View ArticleForum Post: RE: TD0 triggered ADC (MSP430F5172)
[quote user="Kristaps V��tols"]One thing I didn`t mention before is that I need to measure those signals multiple times after one initial trigger.[/quote]Then set-up the DMA for the total number of...
View ArticleForum Post: RE: DMA Parallel Port Output/Byte Stream with seperate ADC capture
TB0CCR0=1? Quite tight (only two timer ticks per cycle).However...In another recent thread, it was suspected that accessing USCI registers (USCIA0) during an ongoing DMA transfer (USCB0!) was...
View ArticleForum Post: RE: Difference between MSP430BT5190,MSP430F5438 and MSP430F5438A
AFAIK, BT5190 is an F5438A with an additional hardware flag that verifies the license for the MindTree BT stack.The F5438non-A is an older verison of the A whose silicon has not been updated since the...
View ArticleForum Post: RE: MSP430F5659 backup battery circuit
[quote user="Ilmars"]. Perhaps you have to publish chapter of your book "how to read TI documentation" as leaflet ASAP :D[/quote]That's really worth considering. But how are the puzzled people supposed...
View ArticleForum Post: RE: MSP430F6659 ADC12 Voltage battery problem
I don't see a settling delay for the reference.Also, do you set BAKADC bit to enable channel 12? Which is the battery channel VBAT/2. Channel 11 is AVCC/2.More, BAKSW and BAKDIS control whether VBAT is...
View ArticleForum Post: RE: MSP430F4232 - Irritation during programmimng
[quote user="Atul Bhakay"] 1 ) The Code compiled in CCE ver. 3.1 is working as per our expectation. 2 ) The code compiled in CCS 5.5.0.00077 giving trouble, getting random display.[/quote]Some things...
View ArticleForum Post: RE: Interrupt vector doesn't get linked when defined in asm file,...
I'm just guessing here, but...Your USI vector isn't referenced from anywhere (well, that is expected), so the linker probably drops it. If it were referenced and kept, you wouldn't need a reference to...
View ArticleForum Post: RE: Unresolved symbols when building imported H8_keyboard example
Either your cod eis not including the proper header files, or the project originally is from an older compiler verison than you use.Some time ago, the way hardware register addresses are defined has...
View ArticleForum Post: RE: msp430f5438a UART
There's sample code on the MSP's product page, and also lots of threads in this forum.However...There is no OS on an MSP, so you can't simply do printf and scanf. printf to where? scanf from where?...
View ArticleForum Post: RE: Reading Timer A value without stopping it
You can verify multiple posts, and as well un-verify them, if appropriate.
View ArticleForum Post: RE: Built in reference voltage (VREF+) output
It's normal that MSPs form the same wafer have similar parameters, while these parameters differ between different wafers. In the analog world (and we're talking about an analog funciton here) this is...
View ArticleForum Post: RE: Defining a variable as a calculation of other variables
I wonder why this code compiles at all. As stated, the #define is a plain text replacement.So "Threshold" ends up as "= =12.1 * =16"Remove the '=' form the defines! And put Factor*Level into breackets,...
View ArticleForum Post: RE: Issue with MSP430G2443 Reset
[quote user="abhishek Sabnis"]One last thing. if i use LPM will it help insted on frequency reduction.[/quote]Going into LPM0 is virtually the same as reducing MCLK to 0Hz. However, when you wake form...
View ArticleForum Post: RE: TI msp430
Hello Prajval,Can you share with me how you were able to connect with the terminal using the MSP4305529.Regards,Jonathan Velez
View ArticleForum Post: RE: RM48 MPU restricts reads but not writes
Hi Westin,Sector protection is a hardware feature. I am not sure if it is supported in the F021 API. Here is an older discussion on the forum with some information on the feature:...
View Article