This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PAN1323 on Evalbot

Hi all,

 I’m currently trying to port the SPP app from LM3S9B96 to the eval bot.
There are some problems coming with this:

-          -      The reset signal pin changes
-        
RX and TX pin of UART1 changes
-         The slow clock 32.768 Hz signal is not connect to the controller
-         RTS and CTS pins of UART1 are not switchable to the right pins

 The first and second one are pretty simple to solve. The third one can be handled by making a connection from PE7 to TP21 (TP21 is connected to the slow clock pin of the BT-module) and using a PWM with 32.768 Hz and a duty cycle of 50 %. Redirecting the RTS and CTS pins can be handled by an ISR which transfers the pin states to the right one (here connections from PJ2 to PJ3 and PJ5 to PJ6).

 That are the hard and software changes that are needed. They will work and react as expected. However the BT initialization will fail. Measurements shows that the BT-Module will never change the state of its RTS pin and will not answer on its UART TX pin.

 The attached diagram shows the modifications. Colors of labels and connections means the following: green ones are unchanged, red ones are completely new and violate ones are changed.

 SSI1 and I2C0 is not touched in anyway.

 However, I don’t get any signal on the BT-UART-TX pin. Also its RTS pin will never change. Can someone say me what is missing.
If some informations are missing, don't hesitate to contact me.

Thanks and best Regards,

 

Frank