Other Parts Discussed in Thread: MSP430WARE, MSP430F5529
The example code for the Msp430f552x is well hidden ... Search does not find it. What is the link?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: MSP430WARE, MSP430F5529
The example code for the Msp430f552x is well hidden ... Search does not find it. What is the link?
It would be nice if the rev number were appended to the subdir ... helps customers know if the website has the same version the customer already has. The ReadMe does not have a rev either.
I just noticed. The example code I have is labeled MSP430F552x ... the example code I downloaded is MSP430F55xx. What's the scoop?
I don't see any example code for the DAC.
In addition if you are using CCS v5, all of the code examples are already included there. Just go to TI Resource Explorer window in CCS (if not already open you can find this window under View > TI Resource Explorer) then navigate to the F552x code examples (MSP430Ware > Devices > MSP430F5xx/6xx > Code Examples > MSP430F552x). You can open one of the code examples there into your workspace just by clicking on it.
If you are using IAR the code examples are still included in the standalone MSP430Ware: http://www.ti.com/tool/msp430ware
Regards,
Katie
Hi,
The F5529 device does not have a DAC - please see the datasheet: http://www.ti.com/lit/gpn/msp430f5529
You can either choose a different part (you can filter for different characteristics like the DAC) on this page: http://www.ti.com/lsds/ti/microcontroller/16-bit_msp430/product_search.page
Or you can implement a PWM DAC on the F5529 Timer B module like in this app note: www.ti.com/lit/pdf/slaa116
And if you need a higher resolution PWM DAC you can use a part with Timer D and use this app note and example code: www.ti.com/lit/pdf/slaa497 www.ti.com/lit/zip/slaa497
Hope this helps!
Regards,
Katie
460822 said:It would be nice if the rev number were appended to the subdir ... helps customers know if the website has the same version the customer already has. The ReadMe does not have a rev either.
If you look at the zip file name it will have a revision letter on it that tells what revision it is. For example, the latest version of the F55xx code examples on the web is rev. d and the zip file is "slac300d.zip". So when you extract it if you kept the same folder name you can tell what revision it is. This is the same way document lit numbers are handled - there is a revision letter at the end of the lit number. Whatever version is on the web is the most current one. You can also subscribe to be email alerted when documents for a particular device change by clicking the "Alert me about changes" in the upper right hand corner of the product page.
460822 said:I just noticed. The example code I have is labeled MSP430F552x ... the example code I downloaded is MSP430F55xx. What's the scoop?
The web code is the latest one. When the F5529 first came out, there were only F552x parts, but now that we have other F55xx parts like the F5510 I suspect we wanted to make it clear that these code examples include these newer parts.
Regards,
Katie
From the grouping of device in evice datasheets, I had assumed it the other way: the 55xx being the old notation when there was only 5500 to 5510, and 552x for the (differently composed) 552x devices, not including the 550x and 5510. However, this assumption was without knowing the timeline of this sub-family (is the 550x really newer than the 552x? The first 550x datasheet was from july 2009, the first 552x datasheet from october 2009)Katie Enderle said:When the F5529 first came out, there were only F552x parts, but now that we have other F55xx parts like the F5510 I suspect we wanted to make it clear that these code examples include these newer parts.
Well, it's surprising anyway that the 551x/552x datasheet is not for the 5510 (the 5510 belongs to the 550x sub-family). The naming of new MSP devices gets more and more inconsistent. It may work if you use only one MSP and download the one datasheet you need, but when you work with multiple devices (or build-up a library like I did, for reference), you often open the wrong datasheet.
There is a problem with your website. The example code zip file I downloaded from the Msp430f5529 website contained files labeled MSP430F55xx ... but the !ReadMe.txt file contains files labeled MSP430F552x.
Which is correct? When will the website be fixed?
As stated above, the code included in the online zip file download here is the most current code examples for the part you are using (whatever version is on the product page will always be the latest one). This code is what you should use. The 55xx naming convention vs. 552x in the readme is just a name change and does not affect the contents or functionality of the files. Alternately, you can use the code examples found in MSP430ware.
-Katie
You can find the correct code by going to the product page of the particular device you are using and then scroll down to the section labeled "software" which will include the correct zip file of code examples for that device. MSP430ware in CCSv5 will also let you pick the code examples by selecting a specific device, not just the device family, and then can launch the code example as a project for that specific device.
For example, if you go to the product page for the F5510 and scroll down to "Software" you'll find it has a link to a zip file for the F550x, F5510 code examples. This is the best way to make sure you get the correct code examples, and whatever version you download from the web will always be the most current.
Your statement about 55xx and 552x vs 550x and 551x is basically correct - as Jens-Michael said above, it is like this:
F55xx/552x examples are for F552x and F551x (except for F5510, which is really a F550x part - I know this can cause some confusion)
F550x examples are for the F550x and F5510 parts.
As you can see this corresponds to which zip file is linked on each of these devices' product page.
Regards,
Katie
One more suggestion. It would be good if this info were included in the ReadMe.txt file. That would be very helpful for customers. Will this be forwarded to the appropriate people?
I suppose I need to un-check "answered" for TI folks to see this message.
**Attention** This is a public forum