Hello,
I am used to using the IAR IDE for MSP430 at was avaliable in my University. However when I bought one of the new EZ430-RF2560 bluetooth kits i was dissapointed to find that the code for the included demo project was too big for the Kickstart…
Other Parts Discussed in Thread: SIMPLICITI , CC430F6137 Hello, I am new to hardware programming and wanted to try out ZigBee and DASH-7 protocols so that I can learn more. Following are the details of the hardware and the software I have:
HARDWARE…
Thanks a lot for attention to my problem, Jeff,
Unfortunately, it doesn't work :)
"Putchar" redefinition based approach works fine with CLIB, wile I'm trying to use DLIB. In this case, as to IAR's docs, I should write own version of "__write" function…
T,
when it comes to profiling MSP430 code, the capabilities of the current CCSv4 are limited (unlike to when you use DSPs or other, more powerful processors). Basically, what you have is a rather basic, non-realtime CPU cycle analysis mechanism (via…
Have followed this saga w/interest - really feel both Shujen's & Jonathan's (& their students') pain.
Jonathan reports that, " The boards do work ok on other computers ." As written - this sentence may imply that the, "simple connection of these failed…
The code which is not cause "security fuse blow" error is below.
// strain1 - measure strain guage bridge voltage using 24bit sigma-delta ADC and send it over bluetooth // Written by Koyo Kegasa. start on Monday, April the 1st 2013.
#include "MSP430F6736…
Hi Dave,
Thanks for the quick reply. I'd seen various flavors of tools for the MSP430 and settled on the CCS v5 because of a strong preference for Linux. I will try out the Kickstart IAR, though. If it will run the MSP430 Launchpad USB interface from…
Other Parts Discussed in Thread: MSP430F5438 I am using the MSP430F5438 microcontroller to implement a digital
filtration algorithm for use with the ADC12. I am attempting to use
your Biquad coefficient generator application along with the FIR filter…
Hi again.
Fair enough, but if this is the case then we should step back a few steps.
The CC2431 is a system on chip, meaning it has a MCU as well as a radio. For doing what you want to do, you will need to develop some kind of software that runs on…
Hi VR,
the SW where are you looking you can find here:
www.ti.com/.../getliterature.tsp
The useful Guide where you can find a step by step tutorial you can find here:
www.ti.com/.../slau263
and if needed, you can can find the older EVM User…