• Mini M4, Library, STM32F415RG
    Hello. I am beginning to work with the STM32 Mini M4 board (equipped with STM32F415RG microcontroller) and Keil v5. My question is: which are the libraries I can use to program this board (adc,dac,uart...
  • UART, CAN, I2C, and RTX
    Hi, Does the RTX operating system feature I2C, UART, and CAN libraries to ease the burden of configuring them manually? Thanks, Ben
  • I2C with Keil RTX doesn't work
    Hi When I use I2C library without Keil RTX to communicate with I2C EEPROM the program works fine, but when I start the RTX the program stuck at: while(!Status) Status=I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED...
  • 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...