Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

16kHz data transfer with constant bit rate

Status
Not open for further replies.

necromancer

Member level 1
Joined
Jan 5, 2005
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
222
what microcontroller is suitable for 16 KHz data transfer with constant bit rate(must not have gap between byte)
 

hi ,

you can use any Microcontroller , but for generating and decoding 16Kh , you can use CMX631 or CMX641 , great for this application ....

visit www.cmlmicro.com ,

you only need to manage data with Microcontroller , so any microcontroller can be used depending on you .

Regards.
 

Any micro with a timer interrupt should work fine. On a PIC for example you rotate the current byte, the bit rotated out goes into the Carry flag and you send the Carry flag out to the Port Pin you're using as your serial out. Do that 8 times for the byte, move onto the next byte and so on.
If your sending large amount of data then a micro with a 16 kbyte pointers (HC's AVR's, 8052's and others) are nice but not necessary.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top