Forum Post: RE: CCS: MSP-FET / eZ-FET legacy module update failed
Sorry, i was on leave so could not reply. The above links did not solve the problem.What i did was that i tried to upload a sketch with energia on the same board. Energia was some how able to update...
View ArticleForum Post: RE: MSP430F5340: Regarding MSP430 failure on EFT/Burst
If i want to desolder the external capacitors for test purposes and use the internal ones how can I do so? And of what value would you recommend.
View ArticleForum Post: RE: MSP430F5340: Regarding MSP430 failure on EFT/Burst
And what If I used a 8Mhz crystal (with same 18pF capacitance) instead of 16MHz , should I use a drive of 2 in this case a well or not?
View ArticleForum Post: RE: MSP Flasher - length of Intel hex lines when reading
[quote user="George Hug"]Since I am using the MSP430G2 launchpad, it sounds like I'm gonna get 32 bytes per line whether I want it or not. Well, if you run across any way of changing that, please let...
View ArticleForum Post: RE: CCSv6: MSP430G2553 "Could not find device (or device not...
hi stephan, i had developed a customized msp430 g2553 board few months ago for my college project. At that time i was using msp fet debugger to program( spy by wire ) the device and i too got this...
View ArticleForum Post: RE: MSP430FR5969: GCC v5.3.0.219 using persistent attribute
Hi Chester, BIG thanks for your comprehensive cover of persistent using GCC and for attaching your project files. I confirm your findings using your project files. When I tried each of your test cases...
View ArticleForum Post: RE: MSP430G2553: Frequency meter code
But why is this 8mHz. How is it guaranteed that TA0 takes 1/400 second to count to 20000?
View ArticleForum Post: RE: MSP430G2553: Frequency meter code
> If you multiply it by 400, result is 8000000 or 8MHz (hint: read the comment). For it to be 8MHz, each increment of CounterValue must take 1/20000th second. Does loading 5000 into TA0CCR0 make...
View ArticleForum Post: RE: when i use MSP432Ware_3_50_00_02 , i wantto use the examples...
thanks , it's all a good method....
View ArticleForum Post: MSP430F2418: Multiple data transmission through UART
Part Number: MSP430F2418 Hi, I am trying to send multiple sensor data (assume integer value) from MSP430 through UART interface. I am using 'Tera Term' to view data. While sending one senor data...
View ArticleForum Post: MSP430F2418: Problem in sending multiple senor data via UART
Part Number: MSP430F2418 Hi, I am trying to send multiple sensor data (assume integer value) from MSP430 through UART interface. I am using 'Tera Term' to view data. While sending one senor data...
View ArticleForum Post: RE: Compiler/MSP430F5131: 1 PULSE PER SECOND CODE CHECKING
yes you are right sorry
View ArticleForum Post: RE: MSP430FR5969: GCC v5.3.0.219 using persistent attribute
[quote user="Peter Philippa"]Could you confirm that a large memory model MUST be used with persistent variables? And/or, do you know a way to use persistent with the small memory model?[/quote]The...
View ArticleForum Post: RE: MSP430F2418: Multiple data transmission through UART
hello dinkar, first of all if you just want to send two integers at every 5 sec why are you using uart transmit interrupt ISR. i don't think you need that you can easily send without using that. Second...
View ArticleForum Post: RE: MSP430F2418: Multiple data transmission through UART
Hello Sasuke 1st of all thanks for the reply. Actually my goal is not only to send data through UART every 5 sec. It is a small portion of a project. Where manipulated data will be sent at a particular...
View ArticleForum Post: RE: MSP430FR5969: GCC v5.3.0.219 using persistent attribute
[quote user="Chester Gillon"]b) In cases 3 and 5 it seems their might be a GCC compiler bug whereby the use of __attribute__ ((persistent)) on variable which otherwise would be placed in the .bss...
View ArticleForum Post: RE: MSP430F2418: Multiple data transmission through UART
hello dipankar, happy new year :) , clear me on one thing do you have your data(of both sensors)? which you want to send before entering in the if loop timer ISR (you mentioned in your code) which...
View ArticleForum Post: RE: MSP430G2553: Frequency meter code
[quote user="Will Kleinberg"]But why is this 8mHz[/quote] Because DCO and timer is running at 8MHz! BCSCTL1 = CALBC1_8MHZ; // Set range DCOCTL = CALDCO_8MHZ; // Set DCO step + modulation
View ArticleForum Post: RE: MSP432P401R: alignment errors from driverlib
The MSP430 driverlib code supports both 8-bit (P1,2,3,...) and 16-bit (PA,B,C,...) ports, and takes care to adjust the 'odd' 8-bit register values to work with the 16-bit accesses. The MSP432 driverlib...
View ArticleForum Post: RE: MSP430FR5969: GCC v5.3.0.219 using persistent attribute
Hi Chester, Brilliant! Many thanks. The combination of your last few postings has resolved the problem for me. I really appreciate you taking the time to give a comprehensive reply. I trust that 2017...
View Article