CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

HOPE RF12B module?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








HOPE RF12B module?
PostPosted: Sat Oct 17, 2009 2:32 pm     Reply with quote

Trying to use a HOPE RF12B module.

Is there some hints on setup the SPI communication?
bungee-



Joined: 27 Jun 2007
Posts: 206

View user's profile Send private message

PostPosted: Sat Oct 17, 2009 4:25 pm     Reply with quote

Manufacturer: http://www.hoperf.com/rf_fsk/rfm12b.htm

I am struggling with this modules. Sadly I lost the good code due to HD crash. According to PDF from the manufacturer this should be good setup for SPI
Code:
setup_spi(SPI_MASTER|SPI_L_TO_H|SPI_XMIT_L_TO_H|SPI_CLK_DIV_4);

I'm using 8MHz internal oscillator in that particular case.

Also I found a German forum with CCS code, but it didn't work for me.
Here is the forum link: http://www.mikrocontroller.net/topic/73658
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Sun Oct 18, 2009 1:51 am     Reply with quote

I'm not using the HopeRF modules, but I can confirm, that SPI Mode 0, as sel in your use_spi() statement is correct according to the manufacturer datasheet. Also SPI speed should no problem, because the chip works up to 20 MHz. So either a hardware problem or incorrect SPI command format should be expected.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group