• USARt transmission problem with stm8
    Hello , I'm working on the stm8l microcontroller and trying to use its USART. I am getting a very peculiar problem. No matter what value I assign to the USART_DR register , it always takes the value...
  • I2C Transmission
    Hi, I have a problem when I want to send data via I2C the program hangs in the line while (!I2C_CheckEvent(I2Cx, I2C_EVENT_MASTER_BYTE_TRANSMITTED)); . this is my funcion to send void...
  • UDP transmission
    Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even...
  • serial transmission
    hi all, I wrote a program in Matlab to transmit data through COM port.I am sending the data in integer format. I have connected MCBx51 board to the system COM port to receive it. The assembly program...
  • UART Transmission in LPC2378
    Dear all, I am new to LPC2378..Currently i am developing code for sending a character in serial port....Below i mentioned the code what i have written..but this is not working...i am using keil uvision4...