• CAN and I2C with Keil RTX on a STM32F415RG
    Hi everybody, I am currently working on a project using a STM32F415 (168 MHz) as a CAN Node controler. I am using the Keil RTX (RTOS) as well as the Keil CAN Middleware. Besides CAN there is a I2C...
  • I2c in LPC3131 using RTX
    Has anyone implemented I2C on an LPC3131-based platform that is running RTX?
  • I2C-Master in RTX
    i have the same problem with an LPC1788 (Cortex M3) It works with multitasking! i use the i2c master! As long as I do not use the function i2c master The program works fine works But if I use...
  • I2C-Master in RTX
    Hello! I try to get the I2C2-Interface of my LPC2362 to work in RTX. I already got it work without RTX, where I oriented on sample code. When I try the I2C2-Interface with the RTX, I observe that I...
  • Conflicts with UART and I2C
    Hello, I develop a system which contains a real time clock via i2C and is controlled by the computer via the RS232 protocol. In order to develop the I2c part i take the lower functions of the application...