WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2007-Jun-08 11:34:27

kshitij
Member
Registered: 2007-Feb-28
Posts: 53

Problem with radio_controller.h?

There seems to be no 'radio_controller.h' file in the repository. I was browsing through your 'ofdm_Tx_mimo.c' file and realized that you had used 'WarpRadio_TxEnable()' function whereas there is a function named 'WarpRadio_v1_TxEnable(unsigned int radios)' in 'radio_controller_basic.h'.
                Either this is a typo or you must have used an older version of radio controller to design the ofdm  driver functions. Whatever the case, kindly update.


Sincerely,
Kshitij

Offline

 

#2 2007-Jun-08 11:43:16

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Problem with radio_controller.h?

There are two versions of the radio controller pcore. The current OFDM reference design uses the older version (v1.07a). An updated design will use the new core (1.08a). The older driver had a single header file (radio_controller.h) and is still available in the repository. The new driver uses multiple header files to simplify the API for basic projects. The new diver is also in the repository. The 1.07a core and driver will eventually be deprecated, so new designs should use 1.08a when possible.

Offline

 

Board footer