This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCB2140 Bluetooth interfacing

I am trying to interface the 8-pin bluetooth module Promi-ESD-02 with the Keil MCB2140 ARM7 board. The bluetooth module communicates with the MCU using UART (so I need to connect it to RxD0, TxD0 pins of the MCU).

My problem is that there are no jumpers for the RXD0, TXD0 or RXD1, TXD1 so that I can safely remove the MAX563 IC (that converts +/- 12V to logic levels) from the circuit. In other words, I can't connect the bluetooth module directly to the MCU pins.

I was thinking about Software UART. What other options do you recommend?
I'm a student working on this project and I don't have price/performance limitations, or any other hw/sw tradeoffs restrictions.

P.S. : I've already written a UART0 module - COM0, so it there a possibility to use that?

Schematics: http://www.keil.com/mcb2140/mcb2140-schematics.pdf

Thank you

Parents
  • You do not (!) want to use a software UART. If you know how to get one to work, you would not need any help from this forum in the first place.

    Either lift the single pin sending data from the transceiver to the processor for the specific UART. Or get another transceiver to convert back from RS-232 signal levels into the suitable logic levels for the BlueTooth device.

Reply
  • You do not (!) want to use a software UART. If you know how to get one to work, you would not need any help from this forum in the first place.

    Either lift the single pin sending data from the transceiver to the processor for the specific UART. Or get another transceiver to convert back from RS-232 signal levels into the suitable logic levels for the BlueTooth device.

Children