DemofordsPIC30F6014A

所属分类:单片机开发
开发工具:C/C++
文件大小:420KB
下载次数:59
上传日期:2009-04-22 23:49:03
上 传 者aphuangh
说明:  dsPIC单片机的应用例程,包括初始化和应用编写。多是*.s的汇编。
(dsPIC MCU routine applications, including the preparation and application initialization. Are a compilation of*. s.)

文件列表:
Demo for dsPIC30F6014A\common.inc (3277, 2008-02-15)
Demo for dsPIC30F6014A\const_freq_bins_256.s (5908, 2006-07-07)
Demo for dsPIC30F6014A\const_sin1209.s (12509, 2006-07-07)
Demo for dsPIC30F6014A\const_sin1336.s (12507, 2006-07-07)
Demo for dsPIC30F6014A\const_sin1477.s (12507, 2006-07-07)
Demo for dsPIC30F6014A\const_sin1633.s (12507, 2006-07-07)
Demo for dsPIC30F6014A\const_sin697.s (12508, 2006-07-07)
Demo for dsPIC30F6014A\const_sin770.s (12506, 2006-07-07)
Demo for dsPIC30F6014A\const_sin852.s (12504, 2006-07-07)
Demo for dsPIC30F6014A\const_sin941.s (12504, 2006-07-07)
Demo for dsPIC30F6014A\const_sine_table.s (11494, 2006-07-07)
Demo for dsPIC30F6014A\C_Sources\crt0.s (7154, 2005-04-04)
Demo for dsPIC30F6014A\C_Sources\sub_typeconversions.c (7413, 2006-07-07)
Demo for dsPIC30F6014A\C_Sources\sub_typeconversions.o (7788, 2005-04-04)
Demo for dsPIC30F6014A\dsPICDEM_v1_1.mcp (3110, 2008-02-15)
Demo for dsPIC30F6014A\dsPICDEM_v1_1.mcs (74661, 2008-02-15)
Demo for dsPIC30F6014A\dsPICDEM_v1_1.mcw (23040, 2008-02-15)
Demo for dsPIC30F6014A\dsPICDEM_v1_1.mptags (49926, 2008-02-15)
Demo for dsPIC30F6014A\dsPICDEM_v1_1.tagsrc (6048, 2008-02-15)
Demo for dsPIC30F6014A\init_adc12.s (5950, 2006-07-07)
Demo for dsPIC30F6014A\init_codec_slave.s (12033, 2006-07-07)
Demo for dsPIC30F6014A\init_dci_master.s (4470, 2006-07-07)
Demo for dsPIC30F6014A\init_int_pins.s (2981, 2006-07-07)
Demo for dsPIC30F6014A\init_port.s (2009, 2006-07-07)
Demo for dsPIC30F6014A\init_spi2.s (4988, 2006-07-07)
Demo for dsPIC30F6014A\init_timers.s (6000, 2006-07-07)
Demo for dsPIC30F6014A\init_uart2.s (2423, 2006-07-07)
Demo for dsPIC30F6014A\isr_adc12.s (3826, 2006-07-07)
Demo for dsPIC30F6014A\isr_dci.s (6259, 2006-07-07)
Demo for dsPIC30F6014A\isr_intx_pins.s (5124, 2006-07-07)
Demo for dsPIC30F6014A\isr_spi2.s (5556, 2006-07-07)
Demo for dsPIC30F6014A\isr_timers.s (4282, 2006-07-07)
Demo for dsPIC30F6014A\isr_traps.s (3599, 2006-07-07)
Demo for dsPIC30F6014A\isr_uart2_rx.s (2728, 2006-07-07)
Demo for dsPIC30F6014A\isr_uart2_tx.s (2833, 2006-07-07)
Demo for dsPIC30F6014A\lib\Diagnostics.a (363594, 2005-04-04)
Demo for dsPIC30F6014A\main.s (8228, 2006-07-07)
Demo for dsPIC30F6014A\obj\const_freq_bins_256.o (1737, 2008-02-15)
... ...

dsPICDEM(TM) 1.1 Demo Software Read Me File -------------------------------------------- ------------------- 1. Folder Contents ------------------- This folder contains source files required to build the dsPICDEM(TM) v1.1 demonstration software. Sub folders within this project folder also contain files relevant to the project. Please see ReadMe files within the respective folder for a description of each folder. MPLAB v7.0 Project and Workspace files have also been provided in this folder. In the event, that these files are lost or corrupted, a new project may be constructed using the following guidelines: 1. Create a new project in MPLAB v7.0. 2. Select the dsPIC30F6014 device 3. Add all source and header files present in this folder into the new project. 4. Add lib\Diagnostics.a archive into the project. 5. Add obj\crt0.o and obj\sub_typeconversions.o into the project. 6. Define __ICD2RAM=1 in the Project>>Build Options. 7. Define the Assembler Include Path in the Project>>Build Options 8. Select ICD2 Debugger or Programmer. 9. Ensure that configuration bits have been set as follows: - Clock Switching and Clock Monitoring is Off - XT by PLL4x mode is selected in the Oscillator settings. - Watch Dog Timer is disabled - MCLR is enabled - BOR is disabled - If Debug Mode is set, ensure the debug lines selected are PGC/EMUC and PGD/EMUD. 10. Build the project using MPLAB C30 v1.30. 11. Program upto location 0x600f in Program Memory. --------------------------- 2. Using XT by PLL 8x Mode --------------------------- If you intend to use the source provided in this folder while running the dsPIC30F target device using a 8x PLL mode or 16x mode, then several elements need to be considered. Specifically, source code related to the following topics need to be modified: 1. Software Bounce Delay within INTx pins interrupt. 2. UART Baud Rate 3. DCI Baud Rate 4. SPI Clock Rate 5. Timer 1, Timer 2 and Timer3 Peroid Registers. 6. A/D sampling time -------------------------- 3. File Revision History -------------------------- $Log: readme.txt,v $ Revision 1.1 2006/07/07 15:32:06 c13075 initial rev Revision 1.5 2005/04/04 23:42:54 VasukiH Corrected Product Name Revision 1.4 2005/04/04 23:41:56 VasukiH Comments added for MPLAB C30 v1.30 compatiblity Revision 1.3 2005/04/04 23:41:32 VasukiH Comments added for MPLAB 7.0 compatiblity Revision 1.2 2003/11/04 02:52:29 VasukiH This demo now works on 30F6014 device rather than 30F6001. Revision 1.1.1.1 2003/08/23 00:38:32 VasukiH First import of demo source into CVS Repository

近期下载者

相关文件


收藏者