Forum Post: RE: How to flash CC2564MODNEM with MSP432??
Thank you very much for the reply and sorry for not answering on time. I have not yet been able to walk because I have not found how to increase througput 1 Mbps or find ways that the same function as...
View ArticleForum Post: RE: weigh scale design
[quote user="Tony Philipsson"]Short answer: TI's does have a very precise induction sensor like LDC1000 , so place a metal plate on something flexible like rubber and measure and create a look-up...
View ArticleForum Post: RE: Is there a die/process change on the MSP430F5435 vs....
Mike, We label the F5435 as NRND (Not Recommended for New Designs) and instead recommend the F5435A as a pin compatible (but not exact) replacement. Can you explain what exactly you are looking for and...
View ArticleForum Post: RE: ARM Cortex M4F FPU registers to debug
Hi Alexey, I do not see those registers as well. The compiler takes care of the FPU. Are you having troubles with using it? Why are you trying to look at the values of the register? Regards, Akash Patel
View ArticleForum Post: RE: Is there a die/process change on the MSP430F5435 vs....
Thank you for responding, Mike. If there is a die/process change this could trigger deeper levels of EM testing (radiated, but particularly immunity). If the process is the same, we could make the...
View ArticleForum Post: RE: duty cycle cc430F614x
Obviously ADC does not have mode for frequency measurement of vibration signal, it is just discrete time digitizer which converts electrical signals into digital form. To precisely digitize and then...
View ArticleForum Post: RE: ARM Cortex M4F FPU registers to debug
Hi Akash, MSP432 was initially designed as quiet open platform except of BSL and advanced libraries. So, I was expecting to see such registers as well. But, of course, there are some more advanced...
View ArticleForum Post: RE: ARM Cortex M4F FPU registers to debug
[quote user="Akash Patel"]Why are you trying to look at the values of the register? [/quote] I was expecting to try to use them as backup registers to speed-up computation on CPU, which is not normal,...
View ArticleForum Post: RE: SLAA361 (audio codec) simulation help needed
Hi Cameron, Thanks a lot for your answer. With the table index shift it is really better. I tried your improve code but I do not have the STEP_MAX value. I tried 75 and 88 but It did not work. Is it...
View ArticleForum Post: CapTIvate MCU Generating Source Code Error
I am trying to generate my source code but I keep getting the error message, "unknown source template type: . Cannot create source exporter". Has anyone encountered this problem before and if so, how...
View ArticleForum Post: RE: MSP432 ADC14 Multiple Channel No Repeat only actually returns...
Hi Rob, I merged your two threads into one. Also, in the future, please use the SyntaxHighlighter when pasting code, I changed your posts to reflect that. Your code is having trouble reaching the ISR....
View ArticleForum Post: RE: ADC of msp430
Hi Usman, In your original post you mentioned MSP430F1232 instead of the MSP430F2132 so that is why I was confused. "Using the intrinsic functions allows the C programmer to take advantage of these...
View ArticleForum Post: RE: ADC of msp430
Hello, Thanks for the reply. Is there any iqmath library for msp430f2132 ? If yes, please share link . Thanks in advance! BR, Usman
View ArticleForum Post: RE: ADC of msp430
Hi Usman, We have the Fixed Point Math Library for MSP found here: www.ti.com/.../msp-iqmathlib However, I'm not aware of any floating point math library. Regards, Akash Patel
View ArticleForum Post: RE: MSP-GANG programming with BSL: overall result ok but actually...
Hi Gorazd, Generally we suggest that you have GND between RX and TX to avoid crosstalk, especially if with a long cable. Also you are reading empty flash because you have the password set to "All...
View ArticleForum Post: RE: ARM Cortex M4F FPU registers to debug
[quote user="Alexey Bagaev"]So, I was expecting to see such registers as well.[/quote]You can modify a XML file to make the CCS debugger display the MSP432 FPU registers - see CCS 6.1 doesn't display...
View ArticleForum Post: RE: Cannot get a response from MSP430F5342 in BSL
Hi Luis R and OCY, Thanks a lot for your help. The BSL works fine now that I have reprogrammed it. It appears the program was somehow either corrupt or was overwritten by some different version of BSL....
View ArticleForum Post: [CC430F5137] Unable to exit BSL
Hello folks, I'm able to enter the BSL ok, here is the signal that I'm sending However, I am unable to exit the BSL, here is the signal (based on the CC430 errata in JTAG20) Other comments: Pulsing the...
View ArticleForum Post: RE: How to set P1.0/TA0CLK/ACLK/S39 for output slow clock from...
Sorry...my mistake. I understand it needs to disables the GPIO function, and enables the ACLK function. But how to enables the ACLK function ?
View ArticleForum Post: RE: Running programs in Flash and RAM in MSP432
I am relatively new to C so I will have to go through what you have written. It looks like it can do what I want. Thanks Peter
View Article