• 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
    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...