• USART not receiving
    Hi, I'm using the MCBSTM32E development board equiped with an STM32F103ZE microcontroller. I configured the USART2 transmitter according the Reference Manual and it works fine. I configured...
  • Fm receiver
    i need an FM receiver with : 1-high sensitivity 2-high sound quality 3-low noise 4-low cost but i also want stereo through 2 speakers can any body help?
  • Configuration
    Hello! I have eight input pins configuration. It is depend on the value of those inputs pins I have one configuration or another, as you can imagine. The name of those pins are selection 1 selection...
  • Receiving UART in LPC1768
    I'm working on a project in which the MCU LPC1768 will be connected to a host. The host will send command message to UART1 of MCU LPC1768 and the MCU will reply with a predefined message. There are...
  • IP Multicasting for Receiving Streams
    Hi Friends, In RL-ARM documentation it gives an example about multicasting as in follows; U8 sgroup[4] = { 238, 0, 100, 1}; .. if (igmp_join (sgroup) == __TRUE) { printf ("This Host is a member...