• STM32L476 USART and I2C drivers
    Hello, I am evaluating the Keil tools and the STM32L476. I am attempting to use an USART and an I2C interface on the Discovery board. In "Project->Manage->Pack Install" I have everything related...
  • i2c slave drivers in C
    Hi, Does anyone have, or knows where to find I2C Slave drivers in C for 87 LPC 76x or compatible uC with bit oriented I2C ( like 8xC751 ) ? If possible interrupt driven. ( I can't manage...
  • Need I2C drivers for 100khz speed
    Hi, I am working on LPC2138 .I need I2C drivers for 100kz speed.Let me know some who has develped the drivers. Regards, Nagarjuna
  • I2C address format in CMSIS Driver
    Hi all, I am trying to use the I2C interface of the new CMSIS Driver to communicate with a fm24cl64b eeprom memory. From the datasheet I read is possible to define with two bytes the address to read...
  • Typo in I2C_STM32F4xx.c (I2C Driver for ST STM32F4xx)
    case ARM_I2C_BUS_SPEED: pclk = HAL_RCC_GetPCLK1Freq(); switch (arg) { case ARM_I2C_BUS_SPEED_STANDARD: /* Clock = 100kHz, Rise Time = 1000ns */ if (pclk > 50000000U) { return ARM_DRIVER_ERROR_UNSUPPORTED;...