• STM32F4 Discovery ADC continuous conversion single channel
    Hi everybody, I've started to use the STM32F4 Discovery, now I'm trying to use the ADC as single channel in conitnuous mode without DMA, i doesn't work , is it posible to do it? #include "stm32f4xx...
  • Are CAN messages continuously sent by hardware if there is no ACK?
    I am using T89C51CC03 UA right now. while debugging I found out that even if I wanna send a message once ( via interrupt ), the CAN bus is full of the same message with a period of 1.5ms. I am sure...
  • uVision continued development
    I just downloaded MDK 4.23. I noticed that Keil has included an eclipse plugin. While I'm sure this is a nice to have for some developers, I hope its not a sign that Keil plans to discontinue uVision...
  • I2C start continues to fail
    Hi everyone, First off I would like to thank those who have taken the time to read this post. My environment Windows XP uVision 3 Keil MCB2300 with NXP LPC2386 Goal Read a temperature...
  • Issue with I2C communication continuation
    below is the I2C.h file ,continuation for the EEPROM I2C code #ifndef __I2C_H #define __I2C_H /* If I2C SEEPROM is tested, make sure FAST_MODE_PLUS is 0. For board to board test, this flag can...