Start ez430 wiki
Installation
Install the CD for all the drivers and CCS4 development IDE. After install CCS, run it and got update notification and proceed to update.
Wireless Update ?
Since 2010, ez430-Chronos got the capability for wireless update. Our kit need update to do that.
Watch Firmware Update
Get the eZ430-Chronos Firmware Update Tools to update my watch (915Mhz version). However, to make it work, the RF Access Point also need to update.
RF Access Point Update
We need another tool CC-DEBUGER and connect it to RF board to update. Since we don't have CC-DEBUGGER, just forget about it for now.Working Test
Plug in RF board and run Chronos Control Center.
- Start Access Point (Chronos Control Center)
- Watch # key to Acc mode. Press down to start (and stop) sending ACC data.
- X Y Z show the wave of data collected.
- Watch # key to PPT mode. Press down to start (and stop) ppt mode.
- Watch up, #, * key pressed show on Chronos Control Center)
Compile and Debug
- Start CCS
- Project->Import Existing CCS Eclipse Project (Select existing project from installed folder)
- Select ez-430 as active project. Target (right click select 915 limited).
- Select temperature.c
- find "display_temperatture() function. Add first line : sys.flag.use_metric_units = 1
- Build
- Debug
- Set break point at display_temperature function
- Press * to temperature mode and program stop
- continue run and all temperature display is using metric_unit (Celcus).
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.