User Activity

Posted on January 18, 2017 at 03:16HelloI have project MP3 using STM32F030C8.MP3 decoder using I2C interface and user key using ADC. So, beginning of my prototype use STM32L0 series, it already done and no problem at all. After that I change to STM3...
Posted on April 29, 2016 at 12:19 Hello I have question about i2c. My mcu i2c pin connect to i2c pin evaluation board BU945 My i2c init like this I2C1Handle.Instance = I2C1; I2C1Handle.Init.AddressingMode = I2C_ADDRESSINGMODE_7B...
Posted on March 02, 2016 at 08:02Hei thereIs there any working mp3 player using this eval board ?Right now I try helix mp3 decoder but cannot compile using keil v4.There are some error on assembly.h i cannot understand.Please guide me thanks. #mp...
Posted on February 04, 2016 at 10:22 Hello, I just learn about stm32 programming. I am using STM32L053 discovery board. Right now i learn about how implementing watchdog in my code. Here my code int main(void) { /* Reset of all ...