IEEE 802.16e-2005 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for fixed and Mobile Broadband Wireless Access Systems Amendment for Physical and Medium Access Control Layers for Combined fixed and Mobile Operation in Licensed Bands.
IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface for fixed Broadband Wireless Access Systems--Amendment 1--Management Information Base
Management Information Base (MIB) text file.
Management Information Base (MIB) text file.
Management Information Base (MIB) text file.
The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of
digital signal processor (DSP) controllers, are part of the TMS320C2000 platform of fixed-point DSPs. The
240xA devices offer the enhanced TMS320 DSP architectural design of the C2xx core CPU for low-cost,
low-power, and high-performance processing capabilities. Several advanced peripherals, optimized for digital
motor and motion control applications, have been integrated to provide a true single-chip DSP controller. While
code-compatible with the existing C24x DSP controller devices, the 240xA offers increased processing
performance (40 MIPS) and a higher level of peripheral integration. See the TMS320x240xA Device Summary
section for device-specific features.
Connector/Net 5.0.6 Release Notes
--- --- ---
Welcome to the release notes for Connector/Net 5.0.6.
Important Changes
---------------------
There are no major changes in this version. Please see the changelog for the list of bugs fixed.
Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, using a 16-bit fixed point Texas Instruments TMS320 C55x DSP and CompactFlash card. This is an open source and open hardware MP3 player project.
3rd Generation Partnership Project
Technical Specification Group Services and System Aspects
ANSI-C code for the fixed-point
Extended AMR - Wideband (AMR-WB+) codec
(Release 7)
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed tick.
fixed tick means that tick interrupt is occurred every 1ms.
Variable tick means that timer interrupt period is changed when power mode is in idle.
For changing to variable tick
In smdk2443\src\inc\bsp_cfg.h file
#define fixedTICK
-> #define VARTICK
In smdk2443\src\Common\Timer\Sources file
SOURCES= timer_fixedtick.c watchdog.c
->
SOURCES= timer_vartick.c watchdog.c