User Activity

Posted on July 10, 2017 at 11:29Please Suggest One ST MCU which was low cost and has Low Pin Count and supports Ethernet?
Posted on June 13, 2017 at 08:30void MX_I2C1_Init(void){ HAL_I2C_MspInit(&hi2c1);hi2c1.Instance = I2C1; hi2c1.Init.ClockSpeed = 100000; hi2c1.Init.DutyCycle = I2C_DUTYCYCLE_2; hi2c1.Init.OwnAddress1 = 0; hi2c1.Init.AddressingMode = I2C_ADDRESSINGMOD...
Posted on March 11, 2017 at 07:16We are working on the above mentioned controller,please provide us the library and sample application source codes.where can I download?Thanks..