Yamauchi who travel: CC2533 Development (preparation before development) --- 1

    And everyone else, TI chip debugging more headache. Because there is no technical support, relatively few people write related articles, all on your own to see the document. In order to thoroughly study these things, I also took two weeks to see the full document. Well, let's start slowly come to you.

One, first of all we need to do to prepare.

1, buy a piece cc2533 boards + CCdebuger. The following are a few good line must be connected.

CCdebuger I'm just used to burn the code, because the version of the problem, does not support emulation. But honestly, this is a 51-chip microcontroller, there is no need to emulate their own good debugging serial port for debugging. Of course, the most important reason is CC too expensive, can not afford.

TI CC2533 burning tool can also do it yourself, just you need three IO port control like (there are timing requirements). There is also the source's official website. This will be complicated, interested can be studied, do not understand the words, you can email me or add my QQ ask, I will have time to reply one by one.

[email protected]

2, Texas Instruments entered the official website, download a variety of documents. Quick start guide, technical manuals, programming manuals, schematics, burn Getting Started Guide CCdebug, environment to build guides. Look at these documents, which do not be lazy, no one can help you.

http://www.ti.com.cn/

3, look for the code.

   Look for the code, I spent a lot of time, this is a pit. To be honest the code hard to find, but know the method of death after heart with the code turned out to be a SDK installation tool automatically generated. Yes, that's the guy below (RF4CE SDK). After installation, the code is generated in the directory C Texas instruments disk.

TI also has a simple code example CC2533 Software Examples.zip, we can lower down under reference, you can refer to learn. In fact, there CC2533 and CC2530 code compatible (CC2530 flash memory and larger), I can safely reference.

4, install the development environment.

   Installation IAR 8051 10.20, there are many ways the Internet, you can go get their own Baidu. Version too old problems. 10.20 version into the project because when the new version too, will complain, but it does not matter, you can use

5, the upgrade tool is installed

  

    No problem as long as the control panel wiring, CCdebuger driver installation is nothing wrong when open burning tool, press the reset button on the CCdebuger, we are able to detect on board the burning tool, so that you can burn up.

6, crystal problem

If you want to play the radio frequency, it must be on the outside of the 32M crystal, or a wireless signal to get up. 32K external crystal is mainly used for the timer. If only the presence of the general MCU available, you can use the 24M crystal inside the chip.

7, CC2533 selection

CC2533F32 - the Flash KB-32, KB-the RAM. 4: for simple application development
CC2533F64 - the Flash KB-64, KB-the RAM. 4: developed for the general remote controller RF4CE
CC2533F96 - 96-KB Flash, 6-KB RAM: for more advanced RF4CE remote control development
 
I am currently using is 64Kflash, and barely enough resources.
Released two original articles · won praise 2 · Views 280

Guess you like

Origin blog.csdn.net/lfwan6572463/article/details/104727919