Forum Post: ADC conversion of sinewave facing distortion while increasing...
Dear All I am facing a problem in ADC Conversion of MSP430G2553 Launch pad. I am getting ADC conversion of 100mHz sine wave exactly. But when I increase the frequency from 100mHz to higher frequencies,...
View ArticleForum Post: Regarding MSP430f5232 availability
In my new project I selected a controller from Ti.com, it's number MSP430F5232 . The problem is when I checked for it's availability, the availability of this controller is very low. I just want to...
View ArticleForum Post: RE: MSP430F5529 CBOUT as TimerA1 CLK
See table 49 of the datasheet. Use the port mapper to route the comparator output to another pin, then you can connect these two pins externally. A pin has high impedance when it is an input. So...
View ArticleForum Post: RE: Regarding MSP430f5232 availability
If this device were obsolete, the web site would say so. If it were about to be obsoleted, the web site would say "not recommended for new designs". Apparently, it's just that the Supply & Demand...
View ArticleForum Post: RE: Sub 1 GHZ RF transmitter 360-425 MHZ range BPSK with AES 256
Gregory, will you do every job, if it's well paid, even though you don't skilled enough for that and it even also looks like illegal?
View ArticleForum Post: RE: Sub 1 GHZ RF transmitter 360-425 MHZ range BPSK with AES 256
Just as a practical situation: if you even buy such electronics by official way (I don't know in what country you live), do expect to be controlled by a government for possible violation of regional...
View ArticleForum Post: RE: Can't find Grace 3 in CSS App Center
I think Grace was removed from the CCS 6 App Center due to issues with missing dependencies. The thread these days i cant find grace in the app center by using ccs 6.1.3 has a link to a standalone...
View ArticleForum Post: RE: TI MCU to control 2 cylinder engine
[quote user="Hong Tay"]Please help to recommend TI MCU which is use to control 2 cylinder engine, with EASA DO-178 level B validation.[/quote]Will the MCU be part of a safety-critical Airborne System?
View ArticleForum Post: RE: Can't find Grace 3 in CSS App Center
I gathered that, too. My problem right now is that I've taken over some code that requires Grace and I have a tight deadline before adding a feature. Even a stand-alone version won't solve the problem...
View ArticleForum Post: RE: Sub 1 GHZ RF transmitter 360-425 MHZ range BPSK with AES 256
>to be controlled by a government for possible violation of regional regulation in radio frequency usage Why do you automagically assume that he is not designing device for governmental use?
View ArticleForum Post: RE: ADC conversion of sinewave facing distortion while increasing...
You are continuously reading ADC data register - conversion is finished or not. Also your code have buffer overrun error which most probably will cause crash. I would suggest to study ADC sample code...
View ArticleForum Post: Using DLP-7970 with MSP430FR5969 with other boards
Hi, We recently got a MSP430FR5969 to test low power modes and alternative energy sources. We also wanted to use a DLP-7970 13.56 MHz RFID booster board with this product since it should be compatible...
View ArticleForum Post: RE: Sub 1 GHZ RF transmitter 360-425 MHZ range BPSK with AES 256
Ilmars, the reason of this is lying on mismatching requirements. Do not judge this like a warning, but as a free consulting with social aspect. Back to technical aspect: AES256 uses the same...
View ArticleForum Post: RE: Sub 1 GHZ RF transmitter 360-425 MHZ range BPSK with AES 256
>So who actually needs AES256 to encrypt 24 bit length of data in 100ns? [edit] 100nS is modulation timing granularity ( 1.6 us to 40us) 24bits supposedly is transmission block length, not...
View ArticleForum Post: RE: MSP430F5529 CBOUT as TimerA1 CLK
Thanks Clemens. I found that the F5xxx 6xxx Driver Library Users Guide is WRONG on page 204 and 206 and the "GPIO_setASPeripheralModuleFunctionInputPin" ...or OutputPin " IS supported" on the F5xxx ....
View ArticleForum Post: ADC values to change PWM using TA0CCR1 register, not decreasing
I am working on a project where for now I'd like to simulate motor control using pwm. I am reading in analog values from a pot, which acts as a proximity sensor, and based upon those values I either...
View ArticleForum Post: RE: ADC values to change PWM using TA0CCR1 register, not decreasing
Hi Micah! The reason is your |= for assigning values to TA0CCR1. This is the wrong operator here. Once a bit got set in the register, another |= will only set more bits (if not set already), but it can...
View ArticleForum Post: RE: ADC values to change PWM using TA0CCR1 register, not decreasing
Ah ok, I see why that's a problem. I've just gotten into such a habit with |=, I guess I need to be careful. The changes were so small I just couldn't detect them with my eye balls. Also thanks for the...
View ArticleForum Post: RE: reset and startup problem with stand alone msp430g2553 board
Hey Jens-Michael, I have exactly the same problem and the same current measurement for two of my self made board with the same 28 pin chip. 47k pull up and 2.2nF capacitor. no other connections to the...
View ArticleForum Post: RE: MSP430 reset specification
To Reset the MSP with a FPGA output pin connected to MSP RST pin, the oscillator waveform is not relevant. The FPGA pin must be normally in "tri-state" (as in open-collector). When Reset is desired,...
View Article