• USB Flow Control
    Using the USB sample code of the RL-ARM library on MCB2300 develoment board. Started with the mass storage device example and modified for our application. Is this example valid to USB specification...
  • DMA and Flow Control
    Just a quick question. I'm using an lpc2388 chip and I just wanted to confirm that I cannot use the SSP as the flow controller if I'm using it with DMA. The manual doesn't directly say this but it alludes...
  • UART Flow Control
    Hi all, Can anyone of you give me an idea as to how to perform flow control on the serial port. In other words which registers of the UART control the CTS-RTS business. Regards, Vipin
  • improper flow of control
    Hi all, I am using the microvision 2 and the controller is c8051f12x. I faced a strange problem with keil. Have a look at the following sample code. void main() { f1(); f2(); f3(); } void f1...
  • bluetooth
    I'm considering a BT module with my stm32f205. Was thinking maybe the 0c-05 will do the job. I was wondering if keil had a middle package for bt? Also is BT and USB code interchangeable in any way? We...