⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 dsPIC 录音
💻 TXT
字号:

		Readme File for Code Example:
              MPLAB Starter kit for dsPIC DSC
			Flash Fill Utility
             ----------------------------------------

This file contains the following sections:
1. Code Example Description
2. Folder Contents
3. Suggested Development Resources
4. Revision History


1. Code Example Description:
----------------------------
This code will run on the MPLAB Starter Kit for dsPIC DSC. It programs the
introductory speech greeting into the serial flash device.

Refer to the MPLAB Starter Kit for dsPIC DSC User Guide for more details on the
starter Kit. 

Open the MPLAB workspace, compile the code, program the dsPIC and execute.

1. The AMBER LED on the board will turn ON indicating that the application
is erasing, programming and verifying the serial flash memory
2. If the program and verify operation succeeds, the GREEN LED will turn ON.
3. If the program and verify operation fails, the RED LED will turn ON

Speech data is stored in "Segment.s". To change the speech file, 
1. Add the new speech file to the project.
2. Ensure that the speech segment address label name is SpeechSegment.
3. Set SPEECH_SEGMENT_SIZE in main.c to be the number of data elements in the
speech segment. 
4. Set FLASH_START_WRITE_ADDRESS to a value from where the writing should start
5. Set DO_ERASE to 1 if the flash memory must be erased.

NOTE:

THE STARTER KIT DSPIC33F PROGRAM FLASH MUST BE ERASED COMPLETELY VIA MPLAB IDE
AFTER EXECUTION IS COMPLETE (WHEN THE GREEN LED TURNS ON). THIS IS NEEDED TO
AVOID ERASING THE SPEECH SEGMENT STORED IN THE SERIAL FLASH  WHEN THE BOARD 
IS PULLED IN AND OUT OF RESET.


2. Folder Contents:
-------------------
This project folder contains the following sub-folders:

a. h
        This folder contains include files for the code example.


b. src
        This folder contains all the C and Assembler source files (*.c,
        *.s) used in demonstrating the described example. The folder also 
	contains the speech segment (Segment.s). 

3. Required Development Resources:
-----------------------------------
        a. MPLAB Starter Kit for dsPIC DSC.


4. Revision History :
---------------------
        11/20/2008 - Initial Release of the Code Example

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -