Forum Post: RE: how to count half an hour with msp430
actually i thought about that but it will interrupt the mcu 1800 times which is not good situation because it will affect the other functions .
View ArticleForum Post: RE: MSP430F67751 - FLL Frequency tolerance
Thanks Ladisch for your valuable information
View ArticleForum Post: RE: FFT time
Hello, Thank you , but can I estimate this time even it is not the same microcontroller because the MSP of the FFTDesigner has not the same characteristics as CC430F5173 ! Best,
View ArticleForum Post: RE: DTC , ADC10 and TIMER_A1 issue
Yes, i got ... i have to update TA1CCR1 because timer_init() is called only once. Thank you for the reply.!!
View ArticleForum Post: RE: how to convert this code for msp430fr5739
Dear Dilee, The syntax is very similar for these devices. Please see the attached example for the FR5739. dev.ti.com/.../ Best Regards, Chris
View ArticleForum Post: RE: MSP432P401 launchpad,RTS&CTS jumper VS GUI demo
Thanks,Ryan! I‘ve tried the PCIe-USB2.0 board,but it still not working,the device manager shows the same as before.I think it's not working on PCIe socket. My USB3.0 is not old Renesas USB3.0 device...
View ArticleForum Post: MSP430FG477 writing to internal flash only succeeds if I erased...
Hello everybody, I have the problem that I cannot update the content in my internal flash without erasing the whole segment before the write operation. This requires me to store the whole segment...
View ArticleForum Post: UART of MSP430F5529
Is data send through UART can be visible in CCS? Am doing a biomedical project. I want to see the data send through UART of my MSP430. Is it possible to see in CCS window itself??? The value which i...
View ArticleForum Post: RE: Discrete Wavelet Transform(dB4)
I have not tried any wavelet transformation yet (mostly Fourier, i.e. FFT), and on Cortex M and PCs. So don't rely solely on my judgment. But assuming similar resource and performance requirements,...
View ArticleForum Post: Parameter adjustment of CAPTIVATE-PHONE
Dear Sirs: We have to evaluate placing a 2mm thick acrylic plate on CAPTIVATE-PHONE of the evaluation board. Sensitivity must not may adjust the parameters. Would you please advise the adjustment...
View ArticleForum Post: RE: MS432 BSL scripter issue
Hi Jim, Hi David, I tested with the MSP432 LP here and got the same result. What David showed seems the flaw in implementing RX_PASSWORD_32. [21] [ff] [ff] [ff] [ff] [ff] [ff] [ff] [ff] [ff] [ff] [ff]...
View ArticleForum Post: RE: MSP432 launchpad programming issue
For some reason, I wasn't notified that someone replied to my question. The problem is not solved. I think I wasn't clear enough in describing the problem. To see what I mean, do the following steps: -...
View ArticleForum Post: RE: Discrete Wavelet Transform(dB4)
Thanks I am doing Mtech in Embedded system.Above things are related my main project Thank you for kind replies
View ArticleForum Post: RE: USB Fails to Enumerate
Thanks, If we have VID and PID what we should do to get the certificate i.e. .cat file? Thanks, Nitesh
View ArticleForum Post: RE: how to count half an hour with msp430
I get your point but my problem is not about how long the timer ISR is , it's about how many times do i have to enter the ISR. I solved it with RTC. Thank you.
View ArticleForum Post: RE: MSP430FG477 writing to internal flash only succeeds if I...
Generally speaking, in order to be able to write to a byte/word in Flash correctly, that byte/word must be 0xFF/0xFFFF before your write operation. If the Sector is erased, every byte/word becomes...
View ArticleForum Post: RE: how to count half an hour with msp430
You solved your problem with RTC which generates at least 120x more interrupts as compared with what is possible with a regular 16-bit Timer? Sorry to say this, I think you have more fundamental...
View ArticleForum Post: RE: UART of MSP430F5529
The backchannel UART on the F5529 LaunchPad can do this. Are you using the LaunchPad? Which UART?
View ArticleForum Post: RE: how to count half an hour with msp430
Saul, You are right. Try to hide a simple task in a more complex hardware is not a good thing. --OCY
View Article